UNPKG

@joshfarrant/shortcuts-js

Version:
20 lines 510 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const utils_1 = require("../utils"); /** * @action Open in Books * @section Content Types > Documents > Books * @icon Books * * Opens the input as a PDF in Books. * * ```js * openInBooks(); * ``` */ const openInBooks = () => ({ WFWorkflowActionIdentifier: 'com.apple.iBooks.openin', WFWorkflowActionParameters: {}, }); exports.default = utils_1.withActionOutput(openInBooks); //# sourceMappingURL=openInBooks.js.map