UNPKG

@joshfarrant/shortcuts-js

Version:
19 lines 557 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @action Share with Extensions * @section Content Types > Sharing > System * @icon Apps * * Prompts to share the input using action extensions and sharing extensions provided by other apps. * * ```js * shareWithExtensions(); * ``` */ const shareWithExtensions = () => ({ WFWorkflowActionIdentifier: 'is.workflow.actions.runextension', WFWorkflowActionParameters: {}, }); exports.default = shareWithExtensions; //# sourceMappingURL=shareWithExtensions.js.map