SimpleNavigatorProps type
Tip
This API reference is automatically generated from the source code of the @jsoc/vue-grid package.
View Declaration
export type SimpleNavigatorProps<C extends PluginConfig> = {
gridStore: GridStore<C>;
};Fields
| Name | Type | Default |
|---|---|---|
gridStore | GridStore<C> |