AbstractStore<L>
Extends
BaseObserver<L>
Extended by
AbstractPersistedStoreLoggerStoreUXStoreComboBoxStoreCMDPalletStoreDialogStoreNotificationStoreBatchStoreVisorStoreShortcutStoreThemeStoreAnchoredOverlayStoreGuideStoreComboBoxStore2DialogStore2ActionStore
Type Parameters
| Type Parameter | Default type |
|---|---|
L extends AbstractStoreListener | AbstractStoreListener |
Constructors
Constructor
new AbstractStore<L>(options): AbstractStore<L>;
Parameters
| Parameter | Type |
|---|---|
options | AbstractStoreOptions |
Returns
AbstractStore<L>
Overrides
BaseObserver<L>.constructor
Properties
| Property | Type |
|---|---|
logger | Logger |
Accessors
initialized
name
Get Signature
get name(): string;
Returns
string
Methods
getControls()
getControls(): AbstractSetting<AbstractSettingOptions>[];
Returns
AbstractSetting<AbstractSettingOptions>[]
init()
init(): Promise<void>;
Returns
Promise<void>
setLogger()
setLogger(logger): void;
Parameters
| Parameter | Type |
|---|---|
logger | Logger |
Returns
void
waitForReady()
waitForReady(): Promise<void>;
Returns
Promise<void>