型・APIリファレンス
    Preparing search index...

    Interface ContextMenuState

    コンテキストメニューの表示状態と表示位置を表します。

    interface ContextMenuState {
        visible: boolean;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    visible: boolean

    コンテキストメニューを表示するかどうか。

    x: number

    コンテキストメニューの表示位置のX座標。

    y: number

    コンテキストメニューの表示位置のY座標。