@refinio/one.ui
    Preparing search index...
    • This component displays the menu button

      Parameters

      • props: {
            clickCallback?: () => void;
            isHidden?: boolean;
            productTypes?: { [p: string]: string };
            shiftClickCallback?: (typeOfProduct?: string) => void;
        }

        Properties of this view:

        • OptionalclickCallback?: () => void

          Handler for when the menu button is clicked

        • OptionalisHidden?: boolean

          The flag that specifies whether the button should be displayed

        • OptionalproductTypes?: { [p: string]: string }

          The product types

        • OptionalshiftClickCallback?: (typeOfProduct?: string) => void

          Handler for changing the product type

      Returns ReactElement