mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-25 07:54:44 +00:00
Mention read-only nature of “type”
This commit is contained in:
parent
2f0b551491
commit
df888e47cc
1 changed files with 3 additions and 1 deletions
|
|
@ -297,7 +297,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* Type of an object (rect, circle, path, etc.)
|
||||
* Type of an object (rect, circle, path, etc.).
|
||||
* Note that this property is meant to be read-only and not meant to be modified.
|
||||
* If you modify, certain parts of Fabric (such as JSON loading) won't work correctly.
|
||||
* @type String
|
||||
* @default
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue