@microsoft/fast-foundation > TreeItem > focusItem
TreeItem.focusItem() method
Places document focus on a tree item
Signature:static focusItem(el: HTMLElement): void;
Parameters
Parameter | Type | Description |
---|---|---|
el | HTMLElement | the element to focus |
void