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

Type declaration

  • Optional minimizedHeader?: boolean

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

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

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

Generated using TypeDoc