Home
last modified time | relevance | path

Searched refs:enableOutsideInteractive (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp1509 if (option.enableOutsideInteractive.hasValue) { in ParseSheetStyle()
1510 sheetStyle.interactive = option.enableOutsideInteractive.value; in ParseSheetStyle()
1512 if (option.enableOutsideInteractive.hasValue) { in ParseSheetStyle()
1513 sheetStyle.interactive = option.enableOutsideInteractive.value; in ParseSheetStyle()
H A Dcj_view_abstract_ffi.h86 NativeOptionBool enableOutsideInteractive; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-sheet-transition.md56 | enableOutsideInteractive<sup>11+</sup> | boolean | 否 | 半模态所在页面是否允许交互。<br/>**说明:**<br/>设置为true时允许交…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-sheet-transition.md56 | enableOutsideInteractive<sup>11+</sup> | boolean | No| Whether to allow users to interact with th…