Description
Get the current Document from the UI context.
Operation id | Seam.GetCurrentDocument |
Category | Fetch |
Label | UI Current Document |
Requires | Seam |
Since | |
Parameters
No parameters.
Signature
Inputs | void |
Outputs | document |
Implementation information
JSON definition
{
"id" : "Seam.GetCurrentDocument",
"label" : "UI Current Document",
"category" : "Fetch",
"requires" : "Seam",
"description" : "Get the current Document from the UI context.",
"url" : "Seam.GetCurrentDocument",
"signature" : [ "void", "document" ],
"params" : [ ]
}