mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-05 04:14:54 +00:00
Add jsdoc to modifier keys (#3373)
This commit is contained in:
parent
5eb3203e9e
commit
273b2cd2d2
1 changed files with 15 additions and 5 deletions
|
|
@ -60,7 +60,9 @@
|
|||
|
||||
/**
|
||||
* Indicates which key enable unproportional scaling
|
||||
* values: altKey, shiftKey, ctrlKey
|
||||
* values: 'altKey', 'shiftKey', 'ctrlKey'.
|
||||
* If `null` or 'none' or any other string that is not a modifier key
|
||||
* feature is disabled feature disabled.
|
||||
* @since 1.6.2
|
||||
* @type String
|
||||
* @default
|
||||
|
|
@ -87,7 +89,9 @@
|
|||
|
||||
/**
|
||||
* Indicates which key enable centered Transfrom
|
||||
* values: altKey, shiftKey, ctrlKey
|
||||
* values: 'altKey', 'shiftKey', 'ctrlKey'.
|
||||
* If `null` or 'none' or any other string that is not a modifier key
|
||||
* feature is disabled feature disabled.
|
||||
* @since 1.6.2
|
||||
* @type String
|
||||
* @default
|
||||
|
|
@ -96,7 +100,9 @@
|
|||
|
||||
/**
|
||||
* Indicates which key enable alternate action on corner
|
||||
* values: altKey, shiftKey, ctrlKey
|
||||
* values: 'altKey', 'shiftKey', 'ctrlKey'.
|
||||
* If `null` or 'none' or any other string that is not a modifier key
|
||||
* feature is disabled feature disabled.
|
||||
* @since 1.6.2
|
||||
* @type String
|
||||
* @default
|
||||
|
|
@ -119,7 +125,9 @@
|
|||
|
||||
/**
|
||||
* Indicates which key enable multiple click selection
|
||||
* values: altKey, shiftKey, ctrlKey, cmdKey
|
||||
* values: 'altKey', 'shiftKey', 'ctrlKey'.
|
||||
* If `null` or 'none' or any other string that is not a modifier key
|
||||
* feature is disabled feature disabled.
|
||||
* @since 1.6.2
|
||||
* @type String
|
||||
* @default
|
||||
|
|
@ -129,7 +137,9 @@
|
|||
/**
|
||||
* Indicates which key enable alternative selection
|
||||
* in case of target overlapping with active object
|
||||
* values: altKey, shiftKey, ctrlKey, cmdKey
|
||||
* values: 'altKey', 'shiftKey', 'ctrlKey'.
|
||||
* If `null` or 'none' or any other string that is not a modifier key
|
||||
* feature is disabled feature disabled.
|
||||
* @since 1.6.5
|
||||
* @type null|String
|
||||
* @default
|
||||
|
|
|
|||
Loading…
Reference in a new issue