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
IRowLabelComponentProps

Go packages

riducorefieldqueryschemastorestoragemigrationmigration/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/pluginriducorefieldqueryschemastorestoragemigrationmigration/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 115FieldComponentPropsFieldPluginRowLabelPluginRowLabelComponentPropsFieldFormFieldFormResourceAdminI18n

interface

RowLabelComponentProps

interface RowLabelComponentProps { ... }

The field, immutable current row, one-based position, i18n, and deterministic config passed to a custom row label.

Source packages/plugin/src/index.ts:10

field:SchemaField
The field value.
row:Readonly<Record<string, RowLabelValue>>
The row value.
rowNumber:number
The current visual position, starting at one.
i18n:AdminI18n
The i18n value.
config:unknown
Deterministic JSON from field.nested.rowLabelComponent.config.