interface OutlineViewProps {
    actionItems?: ActionItem[];
    onSelect?: ((nodeKey: string) => void);
    showStateView?: boolean;
    showToggleVisibleIcon?: boolean;
}

Hierarchy

  • ComponentsTreeProps
    • OutlineViewProps

Properties

actionItems?: ActionItem[]

节点树更多功能菜单

onSelect?: ((nodeKey: string) => void)

页面节点选中回调

showStateView?: boolean

展示状态视图

showToggleVisibleIcon?: boolean

显示/隐藏组件按钮,默认显示