Type alias StoreInstance

StoreInstance: Store & StorePopupProperties & {
    masterStore?: StoreInstance;
}

Represents a store instance and the properties used by this bundle.

Type declaration

  • Optional masterStore?: StoreInstance

    For backwards compat the implementation will check for masterStore property.

Generated using TypeDoc