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
fieldSchemaField- The field value.
rowReadonly<Record<string, RowLabelValue>>- The row value.
rowNumbernumber- The current visual position, starting at one.
i18nAdminI18n- The i18n value.
configunknown- Deterministic JSON from field.nested.rowLabelComponent.config.