Files
Georges KABBOUCHI 59f49aa4a2 wip
2020-08-08 14:30:55 +03:00

27 lines
753 B
JSON

{
"tippy/content": {
"type": "any",
"description": "The content of the tippy"
},
"tippy/allowHTML": {
"type": "boolean",
"description": "Determines if content strings are parsed as HTML instead of text"
},
"tippy/arrow": {
"type": "boolean|string|Element",
"description": "Determines if the tippy has an arrow"
},
"tippy/theme": {
"type": "string",
"description": "Determines the theme of the tippy element."
},
"tippy/sticky": {
"type": "boolean|string",
"description": "Determines if the tippy sticks to the reference element while it is mounted."
},
"tippy/followCursor": {
"type": "boolean|string",
"description": "Determines if the tippy follows the user's mouse cursor."
}
}