TreeINFO-For-M365 documentation
    Preparing search index...
    interface MToastProps {
        body: ReactNode;
        duration?: number;
        title?: string;
        type?: MToastType;
    }
    Index

    Properties

    body: ReactNode
    duration?: number

    in milliseconds; -1 = forever = until closed by the user

    title?: string
    type?: MToastType