interface
SchemaFieldAdmin
interface SchemaFieldAdmin { ... }Resolved label, layout, condition, and read-only metadata.
Source packages/protocol/src/generated.ts:518
labelstring- The label value.
labelTranslationsRecord<string, string>- The labelTranslations value.
descriptionstring- The description value.
descriptionTranslationsRecord<string, string>- The descriptionTranslations value.
placeholderstring- The placeholder value.
placeholderTranslationsRecord<string, string>- The placeholderTranslations value.
readOnlyboolean- The readOnly value.
hiddenboolean- The hidden value.
sidebarboolean- The sidebar value.
columnsnumber- The columns value.
rowSchemaFieldRow- The row value.
collapsibleSchemaFieldCollapsible- The collapsible value.
tabstring- The tab value.
tabTranslationsRecord<string, string>- The tabTranslations value.
tabGroupSchemaFieldTabGroup- The tabGroup value.
namedTabboolean- The namedTab value.
conditionSchemaFieldCondition- The condition value.
componentSchemaFieldAdminComponent- The component value.