Skip to content

enlivenObjectEnlivables

enlivenObjectEnlivables<R>(serializedObject, options?): Promise<R>

Defined in: src/util/misc/objectEnlive.ts:143

Creates corresponding fabric instances residing in an object, e.g. clipPath

Type Parameters

R = Record<string, null | FabricObject | TFiller>

Parameters

serializedObject

any

options?

Abortable = {}

Returns

Promise<R>

the input object with enlived values