Interface TableBuiltIn

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

Properties

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