MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / triggerChanged

Method triggerChanged

core/src/components/modal/modal.tsx:284–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

282 @Prop() trigger: string | undefined;
283 @Watch('trigger')
284 triggerChanged() {
285 const { trigger, el, triggerController } = this;
286 if (trigger) {
287 triggerController.addClickListener(el, trigger);
288 }
289 }
290
291 @Listen('resize', { target: 'window' })
292 onWindowResize() {

Callers 2

connectedCallbackMethod · 0.95
componentDidLoadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected