Skip to Content
APIVue GridSimpleNavigatorSlotProps

SimpleNavigatorSlotProps type

Tip

This API reference is automatically generated from the source code  of the @jsoc/vue-grid  package.

View Declaration

export type SimpleNavigatorSlotProps = { canRemove: boolean; removeActiveSchema: () => void; };

Fields

NameTypeDefault
canRemoveboolean
removeActiveSchema() => void