Axinom Mosaic Libraries
    Preparing search index...

    Interface LandingPageItem

    interface LandingPageItem {
        disabled?: boolean;
        icon: ReactNode;
        label: string;
        path: string;
        subtitle?: ValueOrOnDemand;
        type: "small" | "large";
    }
    Index

    Properties

    disabled?: boolean

    Tile is disabled or enabled, default is false

    icon: ReactNode

    Icon location or an react element of svg icon. if an react element of svg is passed, the correct style for two types ("small" and "large") will be applied accordingly The styles which don't want to be affected based on the tile type can be passed as inline styles.

    label: string

    Tile label

    path: string

    url path

    subtitle?: ValueOrOnDemand

    Subtitle resolver

    type: "small" | "large"

    Tile type