Axinom Mosaic Libraries
    Preparing search index...

    Type Alias EmptyStationProps

    EmptyStationProps: PageHeaderProps & {
        minimizedHeader?: boolean;
        stationError?: Omit<MessageBarProps, "type"> & StationError;
    }

    Type Declaration

    • OptionalminimizedHeader?: boolean

      If set to true, the station will not render the full PageHeader but only a small line on top

    • OptionalstationError?: Omit<MessageBarProps, "type"> & StationError

      If set, creates a MessageBar component with an 'error' type message