Interface TableBuiltIn

interface TableBuiltIn {
    $ref: "#Table";
    attributeSource?: string;
    columnsSourceType?: string;
    tableDefinition: string;
    tableType?: "static" | "dynamic";
}

Properties

$ref: "#Table"
attributeSource?: string
columnsSourceType?: string
tableDefinition: string
tableType?: "static" | "dynamic"