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

    Interface ListScriptApi

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

    interface ListScriptApi {
        context: WebPartContext;
        helpers: { getExpressionValue: (expression: string, values?: Record<string, unknown>) => string };
        list: ListService;
        log: ILogService;
        user: User;
        utils: Utils;
        workflow: Workflow;
    }
    Index

    Properties

    context: WebPartContext
    helpers: { getExpressionValue: (expression: string, values?: Record<string, unknown>) => string }
    log: ILogService
    user: User
    utils: Utils
    workflow: Workflow