bootstrap-vue
Version:
BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.
119 lines (118 loc) • 4.02 kB
JSON
{
"name": "@bootstrap-vue/tooltip",
"version": "1.0.0",
"meta": {
"title": "Tooltip",
"component": "bTooltip",
"events": [
{
"event": "show",
"description": "Emitted when tooltip is about to be shown. Cancelable. Call bvEvent.preventDefault() to cancel show.",
"args": [
{
"arg": "bvEvent",
"description": "bvEvent object"
}
]
},
{
"event": "shown",
"description": "Emitted when tooltip is shown",
"args": [
{
"arg": "bvEvent",
"description": "bvEvent object."
}
]
},
{
"event": "hide",
"description": "Emitted when tooltip is about to be hidden. Cancelable. Call bvEvent.preventDefault() to cancel hide.",
"args": [
{
"arg": "bvEvent",
"description": "bvEvent object"
}
]
},
{
"event": "hidden",
"description": "Emitted when tooltip is hidden",
"args": [
{
"arg": "bvEvent",
"description": "bvEvent object."
}
]
},
{
"event": "enabled",
"description": "Emitted when tooltip becomes enabled"
},
{
"event": "disabled",
"description": "Emitted when tooltip becomes disabled"
},
{
"event": "bv::tooltip::show",
"description": "Emitted on $root when tooltip is about to be shown. Cancelable. Call bvEvent.preventDefault() to cancel show.",
"args": [
{
"arg": "bvEvent",
"description": "bvEvent object"
}
]
},
{
"event": "bv::tooltip::shown",
"description": "Emitted on $root when tooltip is shown",
"args": [
{
"arg": "bvEvent",
"description": "bvEvent object."
}
]
},
{
"event": "bv::tooltip::hide",
"description": "Emitted on $root when tooltip is about to be hidden. Cancelable. Call bvEvent.preventDefault() to cancel hide.",
"args": [
{
"arg": "bvEvent",
"description": "bvEvent object"
}
]
},
{
"event": "bv::tooltip::hidden",
"description": "Emitted on $root when tooltip is hidden",
"args": [
{
"arg": "bvEvent",
"description": "bvEvent object."
}
]
},
{
"event": "bv::tooltip::enabled",
"description": "Emitted on $root when tooltip becomes enabled",
"args": [
{
"arg": "bvEvent",
"description": "bvEvent object."
}
]
},
{
"event": "bv::tooltip::disabled",
"description": "Emitted on $root when tooltip becomes disabled",
"args": [
{
"arg": "bvEvent",
"description": "bvEvent object."
}
]
}
]
}
}