LinkedRowsView
LinkedRowsView(
this: void,
props: LinkedRowsViewProps,
): {
$on?: (type: string, callback: (e: any) => void): () => void;
$set?: (props: Partial<LinkedRowsViewProps>): void;
}| Type | Description | |
|---|---|---|
this | void | |
props | LinkedRowsViewProps | The props passed to the component. |
| returns | { $on?: (type: string, callback: (e: any) => void): () => void; $set?: (props: Partial<LinkedRowsViewProps>): void; } |
Since
v8.1.0