Skip to main content

ITreeViewConfiguration Interface

Property-bag configuration for TreeViewConfiguration construction.

Signature

export interface ITreeViewConfiguration<TSchema extends ImplicitFieldSchema = ImplicitFieldSchema> extends ITreeConfigurationOptions

Extends: ITreeConfigurationOptions

Type Parameters

ParameterConstraintDefaultDescription
TSchemaImplicitFieldSchemaImplicitFieldSchema

Properties

PropertyModifiersTypeDescription
schemareadonlyTSchemaThe schema which the application wants to view the tree with.

Property Details

schema

The schema which the application wants to view the tree with.

Signature

readonly schema: TSchema;

Type: TSchema