Options
All
  • Public
  • Public/Protected
  • All
Menu

Module svelte

Index

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 }

    • navBoard: KeyNavBoard
    • navContainer: (node: any) => { destroy: any }
        • (node: any): { destroy: any }
        • Parameters

          • node: any

          Returns { destroy: any }

          • destroy: function
            • destroy(): void
    • 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
            • destroy(): void
          • update: function
            • update(options: ItemOptions): void
            • Parameters

              • options: ItemOptions

              Returns void

    • pause: () => void
        • (): void
        • Returns void

    • resume: () => void
        • (): void
        • Returns void

Generated using TypeDoc