ITreeViewConfiguration Interface
Property-bag configuration for TreeViewConfiguration construction.
Signature
export interface ITreeViewConfiguration<TSchema extends ImplicitFieldSchema = ImplicitFieldSchema> extends ITreeConfigurationOptions
Extends: ITreeConfigurationOptions
Type Parameters
| Parameter | Constraint | Default | Description | 
|---|---|---|---|
| TSchema | ImplicitFieldSchema | ImplicitFieldSchema | 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| schema | readonly | 
    TSchema | The 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