Skip to main content
Version: 1.x

@microsoft/fast-foundation > TreeItemOptions

TreeItemOptions type

Tree Item configuration options

Signature:
export declare type TreeItemOptions = FoundationElementDefinition & StartEndOptions & {
expandCollapseGlyph?: string | SyntheticViewTemplate;
};