Skip to content

Documentation / @ripl/core / ELEMENT_INTERPOLATORS

Variable: ELEMENT_INTERPOLATORS ​

const ELEMENT_INTERPOLATORS: ElementInterpolators<BaseElementState>

Defined in: packages/core/src/core/element.ts:202

The interpolators every element resolves its BaseState properties with, unless the element type or the caller declares otherwise.

Shared by every element rather than rebuilt per instance, so treat it as read-only.