Doc Widgets#

Options#

  • doc: A specification of the referenced document. Accepted forms:

    • dict: The entire doc descriptor itself.

    • str: A libpath where the doc descriptor can be found.

    • undefined: Acceptable only if doc reference is made in the sel field

  • sel: A selection within the document. Accepted forms:

    • libpath: Must point to a node within some deduction. Then this doc widget will point to the same selection made by the doc ref of that node.

    • str: Can be a pure combiner code, or a 2-part ref code of the form {ref}#{combiner_code}. The 2-part form is required if the doc field (see above) is undefined.