Interface ElementBuiltIn

interface ElementBuiltIn {
    $ref: "#Element";
    projection?: AttributeKey[];
    query?: string;
    querySearchAttribute?: AttributeKey;
    size?: "md" | "lg";
}

Properties

$ref: "#Element"
projection?: AttributeKey[]
query?: string
querySearchAttribute?: AttributeKey
size?: "md" | "lg"