method
RegisteredRowLabel.component
Public method RegisteredRowLabel.component from @riducms/plugin.
Arguments
| Argument | Type | Description |
|---|---|---|
internals | Brand< | The internals value. |
props | never | The props passed to the component. |
Returns
The declared result.
{ $on?(type: string, callback: (e: any) => void): () => void; $set?(props: never): void; }Full signature
RegisteredRowLabel.component(
this: void,
internals: ComponentInternals,
props: never,
): { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: never): void; }