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

Function isCancel

core/src/utils/overlays.ts:823–825  ·  view source on GitHub ↗
(role: string | undefined)

Source from the content-addressed store, hash-verified

821};
822
823export const isCancel = (role: string | undefined): boolean => {
824 return role === 'cancel' || role === BACKDROP;
825};
826
827const defaultGate = (h: any) => h();
828

Callers 10

buttonClickMethod · 0.90
AlertClass · 0.90
buttonClickMethod · 0.90
getRadioButtonsMethod · 0.90
ActionSheetClass · 0.90
buttonClickMethod · 0.90
PickerClass · 0.90
buttonClickMethod · 0.90
ToastClass · 0.90
buttonPartFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected