UIElement Docs Version 0.13.3

🔗 Type Alias: ElementInserter<E>

ElementInserter<E> = object

Defined in: src/lib/effects.ts:55

🔗 Type Parameters

🔗 E

E extends Element

🔗 Properties

🔗 create()

create: (parent) => Element | null

Defined in: src/lib/effects.ts:57

🔗 Parameters

🔗 parent

E

🔗 Returns

Element | null


🔗 position?

optional position: InsertPosition

Defined in: src/lib/effects.ts:56


🔗 reject()?

optional reject: (error) => void

Defined in: src/lib/effects.ts:59

🔗 Parameters

🔗 error

unknown

🔗 Returns

void


🔗 resolve()?

optional resolve: (parent) => void

Defined in: src/lib/effects.ts:58

🔗 Parameters

🔗 parent

E

🔗 Returns

void