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

Method emitStyle

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

Source from the content-addressed store, hash-verified

878 }
879
880 private emitStyle() {
881 const { disabled } = this;
882
883 const style: StyleEventDetail = {
884 'interactive-disabled': disabled,
885 };
886
887 this.ionStyle.emit(style);
888 }
889
890 private onClick = (ev: UIEvent) => {
891 const target = ev.target as HTMLElement;

Callers 3

styleChangedMethod · 0.95
connectedCallbackMethod · 0.95
componentDidLoadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected