Interface ElementBuiltIn

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

Properties

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