Attached JSDocs for 'TOOLTIP_POSITIONS' constant
This commit is contained in:
parent
87ed7b7989
commit
96735d47c4
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
import KeyboardShortcut from '../../keyboardshortcut/keyboardshortcut';
|
import KeyboardShortcut from '../../keyboardshortcut/keyboardshortcut';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The 'TOOLTIP_POSITIONS' constant indicates what 'gravity' option should be
|
||||||
|
* passed into AUI tooltip plugin using desired position of the tooltip
|
||||||
|
*/
|
||||||
const TOOLTIP_POSITIONS = {
|
const TOOLTIP_POSITIONS = {
|
||||||
'top': 's',
|
'top': 's',
|
||||||
'left': 'e',
|
'left': 'e',
|
||||||
|
|
Loading…
Reference in New Issue