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

Function hapticImpact

core/src/utils/native/haptic.ts:185–187  ·  view source on GitHub ↗
(options: HapticImpactOptions)

Source from the content-addressed store, hash-verified

183 * options should be of the type `{ style: ImpactStyle.LIGHT }` (or `MEDIUM`/`HEAVY`)
184 */
185export const hapticImpact = (options: HapticImpactOptions) => {
186 hapticAvailable() && HapticEngine.impact(options);
187};

Callers 1

Calls 1

hapticAvailableFunction · 0.85

Tested by

no test coverage detected