AI Notice: Most documentation right now was auto-generated by an LLM. Handwritten documentation will be implemented over time on the road to 1.0
MetadataSchemaField
Schema field for metadata display
Signature
interface MetadataSchemaField {
key: string;
label: string;
type: "string" | "number" | "date" | "boolean" | "array" | "dynamic-enum";
format?: string;
icon?: string;
}Members
| Name | Type | Required | Description |
|---|---|---|---|
key | string | yes | — |
label | string | yes | — |
type | "string" | "number" | "date" | "boolean" | "array" | "dynamic-enum" | yes | — |
format | string | no | — |
icon | string | no | Optional Iconify id for column header / property list chrome |