mwg API
    Preparing search index...

    Interface LoadingScreenOptions

    interface LoadingScreenOptions {
        height: number;
        onCancel?: () => void;
        onRetry?: () => void;
        title?: string;
        width: number;
    }
    Index
    height: number
    onCancel?: () => void
    onRetry?: () => void
    title?: string
    width: number