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

Method emitStyle

core/src/components/datetime/datetime.tsx:1538–1544  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1536 }
1537
1538 private emitStyle() {
1539 this.ionStyle.emit({
1540 interactive: true,
1541 datetime: true,
1542 'interactive-disabled': this.disabled,
1543 });
1544 }
1545
1546 private onFocus = () => {
1547 this.ionFocus.emit();

Callers 3

disabledChangedMethod · 0.95
valueChangedMethod · 0.95
componentWillLoadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected