MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / cancel

Method cancel

packages/core/ui/animation/animation-shared.ts:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34export interface Cancelable {
35 cancel(): void;
36}
37
38export type AnimationPromise = Promise<void> & Cancelable;

Callers 15

animateFunction · 0.65
_removeAnimationFunction · 0.65
cancelMethod · 0.65
cancelMethod · 0.65
fixupAnimationPromiseFunction · 0.65
animateMethod · 0.65
addButtonsToAlertDialogFunction · 0.65
alertFunction · 0.65
actionFunction · 0.65
cancelWorkMethod · 0.65
cancelPotentialWorkMethod · 0.65

Implementers 3

KeyframeAnimationpackages/core/ui/animation/keyframe-an
Animationpackages/core/ui/animation/index.andro
AsyncTaskpackages/ui-mobile-base/android/widget

Calls

no outgoing calls

Tested by

no test coverage detected