method

RowLabelPlugin.component

RowLabelPlugin.component( this: void, internals: ComponentInternals, props: RowLabelComponentProps, ): { $on?(type: string, callback: (e: any) => void): () => void $set?(props: Partial<RowLabelComponentProps>): void }

Public method RowLabelPlugin.component from @riducms/plugin.

Source packages/plugin/src/row-label.ts:32

@param internals
The internals value.
@param props
The props passed to the component.
@returns
The declared result.

Related types

  • RowLabelComponentProps

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