Store mixin
The Store mixin is primarily meant for code-generation and used as part of the
mobx_codegen package.
A class using this mixin is considered a MobX store and mobx_codegen
weaves the code needed to simplify the usage of MobX. It will detect annotations like
@observables, @computed and @action and generate the code needed to support these behaviors.
- Mixin applications
-
- ArticleRetailCreateFormStore
- ArticleRetailUpdateFormStore
- ArticlesStore
- ArticlesStoreBase
- BoutiqueStore
- BoutiqueStoreBase
- CalibreCreateFormStore
- CalibreUpdateFormStore
- CategoryCreateFormStore
- CategoryUpdateFormStore
- ClosingsStore
- ClosingsStoreBase
- ContactsStore
- ContactsStoreBase
- FormErrorArticleCreateState
- FormErrorArticleRetailUpdateState
- FormErrorCalibreUpdateState
- FormErrorCategory
- FormErrorLineArticleCreateState
- TaxesStore
- TaxesStoreBase
- TicketsFilterStore
- TicketsStore
- TicketsStoreBase
Properties
- context → ReactiveContext
-
Override this method to use a custom context.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited