型・APIリファレンス
Preparing search index...
ContextMenuState
Interface ContextMenuState
コンテキストメニューの表示状態と表示位置を表します。
interface
ContextMenuState
{
visible
:
boolean
;
x
:
number
;
y
:
number
;
}
Index
Properties
visible
x
y
Properties
visible
visible
:
boolean
コンテキストメニューを表示するかどうか。
x
x
:
number
コンテキストメニューの表示位置のX座標。
y
y
:
number
コンテキストメニューの表示位置のY座標。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
visible
x
y
型・APIリファレンス
Loading...
コンテキストメニューの表示状態と表示位置を表します。