Description
Filter templates according to the type of a given input document.
Operation id | javascript.FilterTemplatesByType |
Category | javascript |
Label | javascript.FilterTemplatesByType |
Requires | |
Since | |
Parameters
Signature
Inputs | document |
Outputs | documents |
Implementation Information
JSON Definition
{
"id" : "javascript.FilterTemplatesByType",
"label" : "javascript.FilterTemplatesByType",
"category" : "javascript",
"requires" : null,
"description" : "Filter templates according to the type of a given input document.",
"url" : "javascript.FilterTemplatesByType",
"signature" : [ "document", "documents" ],
"params" : [ ]
}