UNPKG

@joshfarrant/shortcuts-js

Version:
20 lines 596 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const utils_1 = require("../utils"); /** * @action Get Contents of Web Page * @section Content Types > Web > Safari * @icon Safari * * Extracts the contents of the web pages passed into the action. * * ```js * getContentsOfWebPage(); * ``` */ const getContentsOfWebPage = () => ({ WFWorkflowActionIdentifier: 'is.workflow.actions.getwebpagecontents', WFWorkflowActionParameters: {}, }); exports.default = utils_1.withActionOutput(getContentsOfWebPage); //# sourceMappingURL=getContentsOfWebPage.js.map