Skip to main content

@microsoft/fast-foundation > TreeItemOptions

TreeItemOptions type

Tree Item configuration options

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