Theia API Documentation v1.65.0
    Preparing search index...
    interface AlertMessageProps {
        children?: ReactNode;
        header: string;
        type: keyof AlertMessageIcon;
    }
    Index

    Properties

    Properties

    children?: ReactNode
    header: string
    type: keyof AlertMessageIcon