FieldDescriptor


Properties

displayOptions?

Experimental

optional displayOptions: DisplayOptionDefinition[];

Optional display options for the field (e.g., helper text, multi-user select UI).
Controls how the field is rendered in the card details panel.


label?

optional label: string;

locked?

optional locked: boolean;

If true, the checkbox for this field is disabled in the card settings panel
and visibility cannot be toggled.
This is useful for fields that should always be shown, such as a "name" field.


name

name: string;