Menu

Component checklist

Status

The status of the component

Ready for use!

Repository

A link to the repo where the component lives.

gux-list

Methods

guxFocusFirstItem() => Promise<void>

Returns

Type: Promise<void>

guxFocusItemByClosestId(id: string) => Promise<void>

Returns

Type: Promise<void>

guxFocusItemById(id: string) => Promise<void>

Returns

Type: Promise<void>

guxFocusLastItem() => Promise<void>

Returns

Type: Promise<void>

Dependencies

Used by

Graph


                                                
                                                graph TD;
                                                  gux-action-button --> gux-list
                                                  gux-button-multi --> gux-list
                                                  gux-context-menu --> gux-list
                                                  gux-table-toolbar-menu-button --> gux-list
                                                  gux-time-picker --> gux-list
                                                  style gux-list fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS