Interface TextBuiltIn

interface TextBuiltIn {
    $ref: "#Text";
    listingByValue?: ListingByValueConfig;
    valueTemplate?: string;
}

Properties

$ref: "#Text"
listingByValue?: ListingByValueConfig
valueTemplate?: string