TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface CustomBtnScope

    Custom Button scope to be used in your analysis functions example:

    • async function customBtnService({ scope }: RouterConstructor & { scope: CustomBtnScope[] }) {}
    interface CustomBtnScope {
        device?: string;
        displayValue: string;
        group?: string;
        property: string;
        user?: string;
        value?: string;
        variable?: string;
    }
    Index

    Properties

    device?: string

    only when using Device List and Dynamic Table

    displayValue: string
    group?: string

    only when using Dynamic Table

    property: string
    user?: string

    only when using User List

    value?: string

    only when using Dynamic Table

    variable?: string

    only when using Dynamic Table