Type alias FeatureStoreChangesListeners

FeatureStoreChangesListeners: {
    addfeature: EventsKey | EventsKey[] | null;
    changefeature: EventsKey | EventsKey[] | null;
    removefeature: EventsKey | EventsKey[] | null;
}

Type declaration

  • addfeature: EventsKey | EventsKey[] | null
  • changefeature: EventsKey | EventsKey[] | null
  • removefeature: EventsKey | EventsKey[] | null

Generated using TypeDoc