- 機能/意味
-
Whether to join the focus chain
- タイプ
-
Layerクラスのプロパティ (読み書き可能)
- 説明
-
Indicates whether to participate in the focus chain.
If you specify true, you can join the focus chain, appear in Layer.prevFocusable etc., and move the focus to that layer with TAB key etc.
If you specify false, it will not participate in the focus chain, but you can receive focus with Layer.focus method etc.