Axinom Mosaic Libraries
    Preparing search index...

    Interface UiConfig

    interface UiConfig {
        addIndicator: AddIndicator;
        on: (eventName: string, listener: (...args: unknown[]) => void) => void;
        removeIndicator: RemoveIndicator;
        setSaveIndicator: (type: SaveIndicatorType) => void;
        setTitle: (title?: string) => void;
        showNotification: ShowNotification;
    }
    Index

    Properties

    addIndicator: AddIndicator
    on: (eventName: string, listener: (...args: unknown[]) => void) => void
    removeIndicator: RemoveIndicator
    setSaveIndicator: (type: SaveIndicatorType) => void
    setTitle: (title?: string) => void
    showNotification: ShowNotification