Skip to content
DocsReference
DocsReferenceGitHub

Search Ridu documentation

tab controls

Loading search…

Search will be ready in a moment.

No matching results

Try a different term or search every section.

Loading search.

Preparing index…View all results →↑↓ move↵ openesc close
Get started
Modules/@riducms/plugin
MFieldAuthoringHost.schemaIssues

Go packages

riducorefieldoperationqueryschemastorestoragemigrationmigration/payloadprotocol (Go)plugintestconformance

Official adapters

postgressqlitemongodbstorage/localstorage/s3

Official plugins

graphqlmcprichtextseoformbuilder@riducms/plugin-richtext@riducms/plugin-seo@riducms/plugin-form-builder

TypeScript packages

@riducms/sdk@riducms/protocol@riducms/plugin@riducms/build@riducms/ui@riducms/admin@riducms/translations@riducms/cli/run

Tooling

ridu CLI
All@riducms/pluginriducorefieldoperationqueryschemastorestoragemigrationmigration/payloadprotocol (Go)plugintestpostgressqlitemongodbgraphqlmcprichtextseoformbuilderstorage/localstorage/s3conformance@riducms/sdk@riducms/protocol@riducms/build@riducms/ui@riducms/plugin-richtext@riducms/plugin-seo@riducms/plugin-form-builder@riducms/admin@riducms/translations@riducms/cli/runridu CLI
All 168PluginFieldPropsFieldAuthoringHost.copySchemaPayloadFieldAuthoringHost.schemaDraftEditorFieldAuthoringHost.schemaFormFieldAuthoringHost.schemaIssuesFieldDocumentForm.getFieldDocumentForm.issuesForFieldDocumentForm.snapshot

method

FieldAuthoringHost.schemaIssues

Read current parent-form issues for an existing embedded item, for example for a card badge.

ArgumentsReturnsFull signature

Arguments

ArgumentTypeDescription
scopeEmbeddedSchemaFormScopeThe scope value.

Returns

The declared result.

readonly ValidationIssue[]

Full signature

FieldAuthoringHost.schemaIssues( scope: EmbeddedSchemaFormScope, ): readonly ValidationIssue[]

Source packages/plugin/src/authoring.ts:174

Related types

  • EmbeddedSchemaFormScope

    Select 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.