Skip to content

Insertable

Anything that can be inserted: a Node, a string (auto-wrapped as Text), or a number (auto-wrapped as Text).

type Insertable = AlloyNode | string | number;