Interface TreeViewRevealOptions

interface TreeViewRevealOptions {
    expand: number | boolean;
    focus: boolean;
    select: boolean;
}

Properties

Properties

expand: number | boolean
focus: boolean
select: boolean