Skip to content

BasesView.createRenderer method

BasesView › createRenderer

Unofficial

Creates a property-value renderer for a property within a container element.

Signature:

createRenderer(property: `note.${string}` | `formula.${string}` | `file.${string}`, el: HTMLElement): unknown

Parameters:

ParameterTypeDescription
propertynote.${string} | formula.${string} | file.${string}The property identifier.
elHTMLElementThe container element.

Returns: unknownThe created renderer.