sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.compose.window
/
PopupProperties
/
setFocusable
set
Focusable
abstract
fun
setFocusable
(
value
:
Boolean
)
设置弹窗是否可以获取焦点。
Parameters
value
如果为
true
,弹窗将能接收键盘事件(例如返回键)。默认为
false
。