Interface AriaToolbarWithRef<T>

interface AriaToolbarWithRef<T> {
    toolbarProps: HTMLAttributes<T>;
    toolbarRef: ((node) => void);
}

Type Parameters

  • T extends HTMLElement

Hierarchy (view full)

Properties

toolbarProps: HTMLAttributes<T>

Props to spread on the toolbar element.

toolbarRef: ((node) => void)

Solid.js directive for refrerencing the toolbar DOM element.

Type declaration

    • (node): void
    • Parameters

      • node: T

      Returns void

Generated using TypeDoc