Class StateManager

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(options?: StateManagerOptions): StateManager

Parameters

Returns

StateManager

Properties

public stateSources: Array<any>

public storage: IStorage

Methods

public addStateSource(stateSource: any)

Parameters

  • stateSource: any

public clearState()

public removeStateSource(stateSource: any)

Parameters

  • stateSource: any

public restoreState()

public saveState()