formInfo模块提供了卡片信息和状态等相关类型和枚举文章来源:https://www.toymoban.com/news/detail-680148.html
导入模块
import formInfo from '@ohos.app.form.formInfo'
FormInfo
卡片信息文章来源地址https://www.toymoban.com/news/detail-680148.html
名称 | 类型 | 可读 | 可写 | 说明 |
---|---|---|---|---|
bundleName | string | 是 | 否 | 卡片所属包的Bundle名称。 |
moduleName | string | 是 | 否 | 卡片所属模块的模块名称。 |
abilityName | string | 是 | 否 | 卡片所属的Ability名称。 |
name | string | 是 | 否 | 卡片名称。 |
description | string | 是 | 否 | 卡片描述。 |
descriptionId10+ | number | 是 | 否 | 卡片描述id。 |
type | FormType | 是 | 否 | 卡片类型。当前支持JS卡片、ArkTS卡片。 |
jsComponentName | string | 是 | 否 | js卡片的组件名。 |
colorMode | C |
到了这里,关于卡片formInfo模块【鸿蒙坚果派】的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!