-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Milestone
Description
The left-hand-side of this hover seems to be incorrect. It should be options, not reftracker.internal.ExecuteOptions.options
namespace reftracker.internal
' This is a generic function injected into every component as a callfunc, to be a single point of contact for all commands.
'@param {ExecuteOptions} options
function execute(options)
if options.command = "discover"
registerWorkItem(options.reftracker, options.keypath + ".m", m)
return processWorkItems(options.reftracker)
end if
end function
interface ExecuteOptions
command as string
keypath as string
reftracker as roSGNodeReftracker
end interface
end namespaceReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
