MCPcopy Create free account
hub / github.com/esengine/esengine / defaultItem

Method defaultItem

packages/fairygui/src/widgets/GList.ts:162–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 }
161
162 public get defaultItem(): string {
163 return this._defaultItem;
164 }
165
166 public set defaultItem(value: string) {
167 this._defaultItem = UIPackage.normalizeURL(value);

Callers

nothing calls this directly

Calls 1

normalizeURLMethod · 0.80

Tested by

no test coverage detected