Options
All
  • Public
  • Public/Protected
  • All
Menu
interface

Describes a treeview Node

Hierarchy

  • IDropDownTreeViewNode

Index

Properties

Optional children

var

Array of child nodes

Optional collapsed

collapsed: boolean
var

Defines if the node is collapsed or not

Optional expandedPictureUrl

expandedPictureUrl: string
var

Node's picutre URL used when the node is a folder and when the node is expanded. If empty, the pictureUrl will be used. Note: the image size will be always 18px x 18px.

id

id: string
var

Node's ID (must be unique)

label

label: string
var

Node's label

Optional leaf

leaf: boolean
var

Defines if the node is a leaf

Optional pictureUrl

pictureUrl: string
var

Node's picture URL. Note: the image size will be always 18px x 18px.

Optional selectedPictureUrl

selectedPictureUrl: string
var

Node's picture URL used when the node is selected. If empty, the pictureUrl will be used. Note: the image size will be always 18px x 18px.

Generated using TypeDoc