Axinom Mosaic Libraries
    Preparing search index...

    Interface StationErrorStateType

    interface StationErrorStateType {
        body?: ReactNode;
        title: ReactNode;
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    body?: ReactNode

    Optional body for the MessageBar If the body type is a 'string', body will be wrapped in a 'p' element.

    title: ReactNode

    Context to convey

    type?: string