MCPcopy
hub / github.com/winjs/winjs / init

Method init

typings/winjs/winjs.d.ts:9092–9092  ·  view source on GitHub ↗

* Initializes the control before the content of the control is set. Use the processed method for any initialization that should be done after the content of the control has been set. * @param element The DOM element that will contain all the content for the page. * @param options T

(element: HTMLElement, options: any)

Source from the content-addressed store, hash-verified

9090 * @returns A promise that is fulfilled when initialization is complete, if asynchronous processing is necessary. If not, returns nothing.
9091 **/
9092 init? (element: HTMLElement, options: any): any;
9093
9094 /**
9095 * Creates DOM objects from the content in the specified URI. This method is called after the PageControl is defined and before the init method is called.

Callers 2

Pages_defineFunction · 0.65
FragmentsClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected