mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Merge pull request #25700 from robmandoe/patch-1
needs... objectCaching?: boolean; ...on IObjectOptions
This commit is contained in:
5
types/fabric/fabric-impl.d.ts
vendored
5
types/fabric/fabric-impl.d.ts
vendored
@@ -2098,6 +2098,11 @@ interface IObjectOptions {
|
||||
*/
|
||||
backgroundColor?: string;
|
||||
|
||||
/**
|
||||
* When `true`, object is cached on an additional canvas.
|
||||
*/
|
||||
objectCaching?: boolean;
|
||||
|
||||
/**
|
||||
* When defined, an object is rendered via stroke and this property specifies its color
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user