method
FieldAuthoringHost.schemaIssues
Read current parent-form issues for an existing embedded item, for example for a card badge.
Arguments
| Argument | Type | Description |
|---|---|---|
scope | EmbeddedSchemaFormScope | The scope value. |
Returns
The declared result.
readonly ValidationIssue[]Full signature
FieldAuthoringHost.schemaIssues(
scope: EmbeddedSchemaFormScope,
): readonly ValidationIssue[]Related types
EmbeddedSchemaFormScopeSelect an existing group of ordinary fields inside a plugin value, such as the fields of one rich-text card. Go must declare the embedded tree and its schemas. Ridu locates the data by its stable identity, even when the card moves.