Annoto Widget API - v3.65.0
    Preparing search index...

    Interface IUxEvent

    interface IUxEvent {
        name:
            | "widget:hide"
            | "widget:show"
            | "widget:minimise"
            | "timeline:hide"
            | "timeline:show"
            | "timeline:focusin"
            | "timeline:focusout";
        widget_id: number;
    }
    Index

    Properties

    Properties

    name:
        | "widget:hide"
        | "widget:show"
        | "widget:minimise"
        | "timeline:hide"
        | "timeline:show"
        | "timeline:focusin"
        | "timeline:focusout"
    widget_id: number