Skip to content

enlivenObjectEnlivables

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

Defined in: util/misc/objectEnlive.ts:174

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

R = Record<string, TFiller | FabricObject<Partial<FabricObjectProps>, SerializedObjectProps, ObjectEvents> | null>

any

Abortable = {}

with properties to enlive ( fill, stroke, clipPath, path )

Promise<R>

the input object with enlived values