Trilium Frontend API
    Preparing search index...

    Enumeration Events

    Index

    Enumeration Members

    Enumeration Members

    hidden: "hidden.bs.tooltip"

    This event is fired when the tooltip has finished being hidden from the user (will wait for CSS transitions to complete).

    hide: "hide.bs.tooltip"

    This event is fired immediately when the hide instance method has been called.

    inserted: "inserted.bs.tooltip"

    This event is fired after the show.bs.tooltip event when the tooltip template has been added to the DOM.

    show: "show.bs.tooltip"

    This event fires immediately when the show instance method is called.

    shown: "shown.bs.tooltip"

    This event is fired when the tooltip has been made visible to the user (will wait for CSS transitions to complete).