docs/api/dom/uninativeviewelement.md
native-view 元素对象
| Web | 微信小程序 | Android | iOS | HarmonyOS | HarmonyOS(Vapor) |
|---|---|---|---|---|---|
| - | - | 4.31 | 4.31 | 4.61 | 5.0 |
graph LR
UniNativeViewElement -- Extends --> UniElement
style UniElement color:#42b983
click UniElement "https://doc.dcloud.net.cn/uni-app-x/api/dom/unielement.html"
绑定安卓平台原生view
| Web | 微信小程序 | Android | iOS | HarmonyOS | HarmonyOS(Vapor) |
|---|---|---|---|---|---|
| - | - | 4.31 | x | x | x |
| 名称 | 类型 | 必填 | 默认值 | 兼容性 | 描述 |
|---|---|---|---|---|---|
| view | View | 是 | - | Web: -; 微信小程序: -; Android: -; iOS: x; HarmonyOS: x |
绑定IOS平台原生view
| Web | 微信小程序 | Android | iOS | iOS uni-app x UTS 插件 | HarmonyOS | HarmonyOS(Vapor) |
|---|---|---|---|---|---|---|
| - | - | x | x | 4.31 | x | x |
| 名称 | 类型 | 必填 | 默认值 | 兼容性 | 描述 |
|---|---|---|---|---|---|
| view | UIView | 是 | - | Web: -; 微信小程序: -; Android: x; iOS: x; HarmonyOS: x |
绑定鸿蒙 FrameNode
| Web | 微信小程序 | Android | iOS | HarmonyOS | HarmonyOS(Vapor) |
|---|---|---|---|---|---|
| - | - | x | x | 4.61 | x |
| 名称 | 类型 | 必填 | 默认值 | 兼容性 | 描述 |
|---|---|---|---|---|---|
| node | FrameNode | 是 | - | Web: -; 微信小程序: -; Android: x; iOS: x; HarmonyOS: - |
绑定鸿蒙 wrapperBuilder
| Web | 微信小程序 | Android | iOS | HarmonyOS | HarmonyOS(Vapor) |
|---|---|---|---|---|---|
| - | - | x | x | 4.61 | 5.0 |
| 名称 | 类型 | 必填 | 默认值 | 兼容性 | 描述 |
|---|---|---|---|---|---|
| builder | WrappedBuilder<[options: O] | 是 | - | Web: -; 微信小程序: -; Android: x; iOS: x; HarmonyOS: - | |
| options | ESObject | 否 | - | Web: -; 微信小程序: -; Android: x; iOS: x; HarmonyOS: - |
| 类型 |
|---|
| BuilderNode<[O] |
获取鸿蒙 FrameNode
| Web | 微信小程序 | Android | iOS | HarmonyOS | HarmonyOS(Vapor) |
|---|---|---|---|---|---|
| - | - | x | x | 4.61 | x |
| 类型 | 必备 |
|---|---|
| FrameNode | 否 |
获取鸿蒙 BuilderNode
| Web | 微信小程序 | Android | iOS | HarmonyOS | HarmonyOS(Vapor) |
|---|---|---|---|---|---|
| - | - | x | x | 4.61 | x |
| 类型 |
|---|
| BuilderNode<[O] |
绑定鸿蒙控制器
| Web | 微信小程序 | Android | iOS | HarmonyOS | HarmonyOS(Vapor) |
|---|---|---|---|---|---|
| - | - | x | x | 4.61 | 5.0 |
| 名称 | 类型 | 必填 | 默认值 | 兼容性 | 描述 |
|---|---|---|---|---|---|
| controller | T | 是 | - | Web: -; 微信小程序: -; Android: x; iOS: x; HarmonyOS: - |