carbon-components-angular
Version:
Next generation components
10 lines (9 loc) • 605 B
TypeScript
export declare let tabbableSelector: string;
export declare function getFocusElementList(element: any): any;
export declare function isFocusInFirstItem(event: any, list: any): boolean;
export declare function isFocusInLastItem(event: any, list: any): boolean;
export declare function isElementFocused(event: any, element: any): boolean;
export declare function focusFirstFocusableElement(list: any): boolean;
export declare function focusLastFocusableElement(list: any): boolean;
export declare function isVisible(element: any): boolean;
export declare function cycleTabs(event: any, element: any): void;