Modal
Dialog/popup component with a trigger element and content panel.
组件展示
属性
属性名
类型
必需性
描述
id*ComponentId必需
暂无描述
accessibilityAccessibilityAttributes可选
暂无描述
stylesStyles可选
Component style properties
weightnumber可选
The relative weight of this component within a Row or Column. This is similar to the CSS 'flex-grow' property. Note: this may ONLY be set when the component is a direct descendant of a Row or Column.
component*"Modal"必需
暂无描述
trigger*string必需
The unique identifier for a component, used for both definitions and references within the same surface.
content*string必需
The unique identifier for a component, used for both definitions and references within the same surface.
代码示例
{
"component": "Modal",
"id": "modal_1",
"trigger": "示例trigger",
"content": "示例content"
}