File

src/lib/tree-view/tree-view-structure.ts

Description

Interface representing common properties for a nodes and leaves in the tree view

Index

Properties

Properties

alternativePath
alternativePath: string
Type : string
Optional

Alternative path representation that defines the location of the leaf in the tree

cssClass
cssClass: string
Type : string
Optional

Custom css class to add to the element

description
description: string
Type : string
Optional

Optional description of the node

iconClass
iconClass: string
Type : string
Optional

Icon class

icons
icons: IconInfo[]
Type : IconInfo[]
Optional

Information icons

iconsReady
iconsReady: EventEmitter<IconInfo[]>
Type : EventEmitter<IconInfo[]>
Optional

Information icons event

id
id: string
Type : string

Item id

index
index: number
Type : number
Optional

Index in parent

infoIconClass
infoIconClass: string
Type : string
Optional

Info icon class

infoIconColor
infoIconColor: string
Type : string
Optional

Info icon color

infoIconTooltip
infoIconTooltip: string
Type : string
Optional

Info icon tooltip

isDisabled
isDisabled: boolean
Type : boolean
Optional

Defines if the node is disabled

isFaded
isFaded: boolean
Type : boolean
Optional

Is faded

isLoadMore
isLoadMore: boolean
Type : boolean
Optional

Identifies load more items

isLocked
isLocked: boolean
Type : boolean
Optional

The element is locked and can't be displayed to the user

location
location: LinkMetadata
Type : LinkMetadata
Optional

Link metadata to navigate to the node page.

name
name: string
Type : string

Name

path
path: string
Type : string
Optional

Complete path that defines the location of the leaf in the tree

position
position: string
Type : string
Optional

Position

tag
tag: TagType
Type : TagType
Optional

Item tag. Represents arbitrary additional data.

useCustomTemplate
useCustomTemplate: boolean
Type : boolean
Optional

If true, the ng-template with context will be used to represent a node, else the default template is used.

results matching ""

    No results matching ""