MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / styleChanged

Method styleChanged

core/src/components/select/select.tsx:280–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

278 @Watch('placeholder')
279 @Watch('value')
280 protected styleChanged() {
281 this.emitStyle();
282 }
283
284 private setValue(value?: any | null) {
285 this.value = value;

Callers

nothing calls this directly

Calls 1

emitStyleMethod · 0.95

Tested by

no test coverage detected