TreeINFO-For-M365 documentation
    Preparing search index...

    Interface ScriptApiUtils

    interface ScriptApiUtils {
        addDialog: (...args: any[]) => void;
        addToast: (...args: any[]) => void;
        httpRequest: (...args: any[]) => Promise<any>;
        runWithLoader: (...args: any[]) => void;
        translation: TFunction<string, undefined>;
    }
    Index

    Properties

    addDialog: (...args: any[]) => void

    Add dialog service is used to add a dialog message.

    addToast: (...args: any[]) => void

    Add toast service is used to add a toast message.

    httpRequest: (...args: any[]) => Promise<any>

    HTTP request service is used to make an HTTP request.

    runWithLoader: (...args: any[]) => void

    Run with loader service is used to run a function with a loader overlay.

    translation: TFunction<string, undefined>

    Translation service is used to translate text.