Interface UIHierarchyDepth

UIHierarchyDepth defines the configuration for UIElement that allows to choose a hierarchy depth level.

The associated value of the UIHierarchyDepth control is the selected hierarchy depth level, starting from 1 up to the given maxDepth. Setting the maxDepth value to 0 is considered as a loading state, and therefore a spinner is shown.

interface UIHierarchyDepth {
    id: string;
    label: string;
    maxDepth: number;
    type: "hierarchyDepth";
}

Hierarchy

Properties

Properties

id: string
label: string

label defines the controls's label.

maxDepth: number

maxDepth defines the highest hierarchy depth level that can be chosen.

type: "hierarchyDepth"

Generated using TypeDoc