ChildGridToggleSlotProps type
Tip
This API reference is automatically generated from the source code of the @jsoc/vue-grid package.
View Declaration
export type ChildGridToggleSlotProps = {
toggle: () => void;
toggleStatus: boolean;
};Fields
| Name | Type | Default |
|---|---|---|
toggle | () => void | |
toggleStatus | boolean |