Operator Action Architecture
One of the things I’ve been trying to finalize for the next release of Operator is the action architecture. Here’s what things look like now.
ufJSActions.actions.corkd_search_tags = {
description: “Find wines on Cork’d”,
icon: “http://corkd.com/favicon.ico”,
scope: {
semantic: {
”tag” : “tag”
},
url: “http://corkd.com”
},
/*
* Perform an action
*
* @param semanticObject JavaScript representation of the semantic object
* @param semanticObjectType […]
