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

    Interface Utils

    interface Utils {
        addDialog: AddDialogType;
        addToast: AddToastType;
        httpRequest: any;
        translation: TFunction<"translation", undefined>;
    }
    Index

    Properties

    addDialog: AddDialogType
    addToast: AddToastType
    httpRequest: any
    translation: TFunction<"translation", undefined>

    Example:

    const { translation } = tisa.utils;
    console.log(translation("translation.key"));