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.
Related types
RowLabelComponentPropsThe field, immutable current row, one-based position, i18n, and deterministic config passed to a custom row label.