@oneblink/apps-react
    Preparing search index...

    Type Alias FormsAppBaseMenuItem

    type FormsAppBaseMenuItem = {
        icon?: string;
        imageUrl?: string;
        label: string;
    }
    Index

    Properties

    Properties

    icon?: string

    Icon to be used for the menu item. If both icon and imageUrl are not set, a default icon will be displayed for the menu item.

    imageUrl?: string

    URL for the image to be used for the menu item. If both imageUrl and icon are set, the imageUrl will be displayed and the icon will not be displayed.

    label: string

    Label for the menu item