File

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

Extends

B2BUnitNode

Index

Properties

Properties

count
count: number
Type : number
depthLevel
depthLevel: number
Type : number
expanded
expanded: boolean
Type : boolean
uid
uid: string
Type : string
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 ""