UNPKG

@joshfarrant/shortcuts-js

Version:
20 lines 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const utils_1 = require("../utils"); /** * @action Print * @section Content Types > Documents > Printing * @icon Print * * Prints the input using AirPrint. * * ```js * print(); * ``` */ const print = () => ({ WFWorkflowActionIdentifier: 'is.workflow.actions.print', WFWorkflowActionParameters: {}, }); exports.default = utils_1.withActionOutput(print); //# sourceMappingURL=print.js.map