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

    Interface TiSaAPI

    tisa is globally defined API, that lets you interact with the form.

    interface TiSaAPI {
        context: FormCustomizerContext;
        currentItem: CurrentItem;
        form: Form;
        helpers: any;
        log: Log;
        user: User;
        utils: Utils;
        workflow: Workflow;
    }
    Index

    Properties

    context: FormCustomizerContext
    currentItem: CurrentItem
    form: Form
    helpers: any
    log: Log
    user: User
    utils: Utils
    workflow: Workflow