Description
Restore the first saved input document in the context input stack. This operation must be used only if a PUSH operation was previously made. Return the first pushed document.
Operation id | Context.PullDocument |
Aliases | Document.Pull
|
Category | Push & Pop |
Label | Pull Document |
Requires | |
Since | |
Parameters
No parameters.
Signature
Inputs | void |
Outputs | document |
Implementation information
JSON definition
{
"id" : "Context.PullDocument",
"aliases" : [ "Document.Pull" ],
"label" : "Pull Document",
"category" : "Push & Pop",
"requires" : null,
"description" : "Restore the first saved input document in the context input stack. This operation must be used only if a PUSH operation was previously made. Return the first <i>pushed</i> document.",
"url" : "Context.PullDocument",
"signature" : [ "void", "document" ],
"params" : [ ]
}