mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
fix: addWithUpdate method
This commit is contained in:
3
types/fabric/fabric-impl.d.ts
vendored
3
types/fabric/fabric-impl.d.ts
vendored
@@ -2030,10 +2030,11 @@ export class Group {
|
||||
constructor(objects?: Object[], options?: IGroupOptions, isAlreadyGrouped?: boolean);
|
||||
/**
|
||||
* Adds an object to a group; Then recalculates group's dimension, position.
|
||||
* @param [Object] object
|
||||
* @return thisArg
|
||||
* @chainable
|
||||
*/
|
||||
addWithUpdate(object: Object): Group;
|
||||
addWithUpdate(object?: Object): Group;
|
||||
/**
|
||||
* Removes an object from a group; Then recalculates group's dimension, position.
|
||||
* @return thisArg
|
||||
|
||||
Reference in New Issue
Block a user