MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / changeCssFile

Function changeCssFile

packages/core/ui/core/view/view-common.ts:162–168  ·  view source on GitHub ↗
(cssFileName: string)

Source from the content-addressed store, hash-verified

160 }
161
162 public changeCssFile(cssFileName: string): void {
163 const scope = this._styleScope;
164 if (scope && cssFileName) {
165 scope.changeCssFile(cssFileName);
166 this._onCssStateChange();
167 }
168 }
169
170 public _updateStyleScope(cssFileName?: string, cssString?: string, css?: string): void {
171 let scope = this._styleScope;

Callers

nothing calls this directly

Calls 1

changeCssFileMethod · 0.80

Tested by

no test coverage detected