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

Function isTriggerElement

core/src/components/popover/utils.ts:402–402  ·  view source on GitHub ↗
(el: HTMLElement)

Source from the content-addressed store, hash-verified

400 * as a trigger element for an ion-popover.
401 */
402export const isTriggerElement = (el: HTMLElement) => el.hasAttribute('data-ion-popover-trigger');
403
404export const configureKeyboardInteraction = (popoverEl: HTMLIonPopoverElement) => {
405 const callback = async (ev: KeyboardEvent) => {

Callers 2

util.spec.tsFile · 0.90
callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected