属性
小于 1 分钟
节点栏
- 属性名称:NodeBar
- 作用:控制节点栏是否显示、右边节点属性栏是否显示
- 类型:Boolean
- 默认值:true
示例
<template>
<dawnFlow :NodeBar="true"></dawnFlow>
</template>工具栏
- 属性名称:ToolBar
- 作用:控制是否显示
- 类型:Boolean
- 默认值:true
示例
<template>
<dawnFlow :ToolBar="true"></dawnFlow>
</template>模式切换
- 属性名称:isPreview
- 作用:是否预览模式
- 类型:Boolean
- 默认值:false
示例
<template>
<dawnFlow :isPreview="true"></dawnFlow>
</template>