create Related Nodes Query Widget
Type: Function
How to get createRelatedNodesQueryWidget?
JavaScript
import createRelatedNodesQueryWidget from 'fontoxml-families/src/createRelatedNodesQueryWidget.js'
This widget is used to display the result of the XPathQuery in a widget. The query is evaluated with the source node bound to its context.
Arguments
query
(Required)
Type: XPathQuery
An XPathQuery.
options
(Optional)
Type: Object
Properties
Returns
Type: Widget