MCPcopy
hub / github.com/winjs/winjs / addClass

Method addClass

typings/winjs/winjs-3.0.d.ts:8257–8257  ·  view source on GitHub ↗

* Adds the specified class to all the elements in the collection. * @param name The name of the class to add. * @returns This QueryCollection object.

(name: string)

Source from the content-addressed store, hash-verified

8255 * @returns This QueryCollection object.
8256 **/
8257 addClass(name: string): QueryCollection<T>;
8258
8259 /**
8260 * Creates a QueryCollection that contains the children of the specified parent element.

Callers 15

acceptMethod · 0.65
XYFocus.tsFile · 0.65
interpretedRenderFunction · 0.65
markDisposableFunction · 0.65
Pages_defineFunction · 0.65
SettingsFlyout.jsFile · 0.65
ItemContainer.jsFile · 0.65
_LegacyAppBar.jsFile · 0.65
ContentDialog.jsFile · 0.65

Calls

no outgoing calls

Tested by 1

testMethod · 0.52