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:

Parameter Type Description
property note.${string} | formula.${string} | file.${string} The property identifier.
el HTMLElement The container element.

Returns: unknownThe created renderer.