Hex Core JS
    Preparing search index...

    Type Alias ToolbarProps

    ToolbarProps: {
        id?: string;
        ifRef?: React.MutableRefObject<HTMLDivElement | null>;
        location?: CardinalLocation;
        wrapperClassName?: string;
        zIndex?: number;
    } & Partial<ClassNameProps & StyleProps & ChildrenProps>

    Type Declaration

    • Optionalid?: string

      HTML id of the element.

    • OptionalifRef?: React.MutableRefObject<HTMLDivElement | null>

      Ref prop to be provided by the Toolbar.If component if used.

    • Optionallocation?: CardinalLocation

      The side on which to display the <Toolbar>.

    • OptionalwrapperClassName?: string

      CSS class name to pass to the wrapper element.

    • OptionalzIndex?: number

      Override for CSS z-index value.