Functions
createKeyNavActions
- createKeyNavActions(options?: KeyNavBoardConstructorOptions): { navBoard: KeyNavBoard; navContainer: (node: any) => { destroy: any }; navItem: (node: HTMLElement, options?: ItemOptions) => { destroy: any; update: any }; pause: () => void; resume: () => void }
-
Parameters
Returns { navBoard: KeyNavBoard; navContainer: (node: any) => { destroy: any }; navItem: (node: HTMLElement, options?: ItemOptions) => { destroy: any; update: any }; pause: () => void; resume: () => void }
-
-
navContainer: (node: any) => { destroy: any }
-
- (node: any): { destroy: any }
-
Parameters
Returns { destroy: any }
-
navItem: (node: HTMLElement, options?: ItemOptions) => { destroy: any; update: any }
-
- (node: HTMLElement, options?: ItemOptions): { destroy: any; update: any }
-
Parameters
-
node: HTMLElement
-
options: ItemOptions = ...
Returns { destroy: any; update: any }
-
destroy: function
-
update: function
- update(options: ItemOptions): void
-
pause: () => void
-
resume: () => void