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

    Interface SQLTableInfo

    interface SQLTableInfo {
        columns: SQLColumn[];
        dynamic?: boolean;
        function: string;
        label: string;
        tag_form?: string;
    }
    Index

    Properties

    columns: SQLColumn[]
    dynamic?: boolean

    True for entity data when no entity_id was supplied to resolve columns.

    function: string
    label: string
    tag_form?: string