Searched defs:getInitialState (Results 1 – 3 of 3) sorted by relevance
68 interface IMode { getInitialState(): IState;} method69 class AbstractMode implements IMode { public getInitialState(): IState { return null;} } method in AbstractMode96 public getInitialState(): IState { method in Mode
174 AbstractMode.prototype.getInitialState = function () { return null; }; method in AbstractMode204 Mode.prototype.getInitialState = function () { method in Mode
188 getInitialState?(): S; method258 getInitialState?(): S; method