{
    "name": "@bootstrap-vue/tooltip",
    "version": "1.0.0",
    "meta": {
        "title": "Tooltip",
        "component": "bTooltip",
        "events": [
            {
                "event": "show",
                "description": "When tooltip is about to be shown. Cancelable",
                "args": [
                    {
                        "arg": "bvEvent",
                        "description": "bvEvent object. Call bvEvent.preventDefault() to cancel show."
                    }
                ]
            },
            {
                "event": "shown",
                "description": "When tooltip is shown",
                "args": [
                    {
                        "arg": "bvEvent",
                        "description": "bvEvent object."
                    }
                ]
            },
            {
                "event": "hide",
                "description": "When tooltip is about to be hidden. Cancelable",
                "args": [
                    {
                        "arg": "bvEvent",
                        "description": "bvEvent object. Call bvEvent.preventDefault() to cancel hide."
                    }
                ]
            },
            {
                "event": "hidden",
                "description": "When tooltip is hidden",
                "args": [
                    {
                        "arg": "bvEvent",
                        "description": "bvEvent object."
                    }
                ]
            },
            {
                "event": "bv::tooltip::show",
                "description": "Emitted on $root when tooltip is about to be shown. Cancelable",
                "args": [
                    {
                        "arg": "bvEvent",
                        "description": "bvEvent object. Call bvEvent.preventDefault() to cancel show."
                    }
                ]
            },
            {
                "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",
                "args": [
                    {
                        "arg": "bvEvent",
                        "description": "bvEvent object. Call bvEvent.preventDefault() to cancel hide."
                    }
                ]
            },
            {
                "event": "bv::tooltip::hidden",
                "description": "Emitted on $root when tooltip is hidden",
                "args": [
                    {
                        "arg": "bvEvent",
                        "description": "bvEvent object."
                    }
                ]
            }
        ]
    }
}
