HandleURL
Triggered when Sketch is opened with the following URL scheme: sketch://plugin/my.plugin.identifier/my.command.identifier.
Action Context
The action context for this action contains three keys:
url: the NSURL that triggered this action.path: a string containing everything aftersketch://plugin(eg./my.plugin.identifier/my.command.identifier).query: an object containing the query of the URL (eg. forsketch://plugin/my.plugin.identifier/my.command.identifier?foo=bar&baz=qux,querywill be{ foo: 'bar', baz: 'quz' }).
Last update: 2025-09-16 15:59:42 +0000