Abstract
Readonly
$Readonly
$modelModel type name.
Optional
PanelOptional
WatermarkOptional
additionalOptional
additionalModel internal id. Can be modified inside a model action.
It will return undefined
if there's no id prop set.
Abstract
assetProtected
Optional
onOptional hook that will run once this model instance is attached to the tree of a model marked as
root store via registerRootStore
.
Basically this is the place where you know the full root store is complete and where things such as
middlewares, effects (reactions, etc), and other side effects should be registered, since it means
that the model is now part of the active application state.
It can return a disposer that will be run once this model instance is detached from such root store tree.
Protected
onGenerated using TypeDoc
Data part of the model, which is observable and will be serialized in snapshots. Use it if one of the data properties matches one of the model properties/functions.