Skip to content

TreeStatus

type TreeStatus = 'collapsed' | 'expanded' | 'loading' | 'disabled';