UNPKG

@joshfarrant/shortcuts-js

Version:
15 lines (14 loc) 345 B
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction'; /** * @action Vibrate Device * @section Actions > Scripting > Notification * @icon Notification * * Vibrates the device for a short amount of time. * * ```js * vibrateDevice(); * ``` */ declare const vibrateDevice: () => WFWorkflowAction; export default vibrateDevice;