File

feature-libs/organization/administration/core/model/unit-node.model.ts

Index

Properties

Properties

active
active: boolean
Type : boolean
Optional
children
children: B2BUnitNode[]
Type : B2BUnitNode[]
Optional
id
id: string
Type : string
Optional
name
name: string
Type : string
Optional
parent
parent: string
Type : string
Optional
export interface B2BUnitNode {
  active?: boolean;
  children?: B2BUnitNode[];
  id?: string;
  name?: string;
  parent?: string;
}

export interface B2BUnitTreeNode extends B2BUnitNode {
  expanded: boolean;
  depthLevel: number;
  count: number;
  // consider dropping, as this overlaps the `B2BUnitNode.id`
  uid: string;
}

result-matching ""

    No results matching ""