Hex Core JS
    Preparing search index...

    Type Alias DialogBoxProps

    DialogBoxProps: {
        ifRef?: React.MutableRefObject<HTMLDivElement | null>;
        location?: IntercardinalLocation;
        zIndex?: number;
    } & Partial<ClassNameProps & StyleProps & ChildrenProps>

    Type Declaration

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

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

    • Optionallocation?: IntercardinalLocation

      The corner in which to display the <DialogBox>.

    • OptionalzIndex?: number

      Override for CSS z-index value.