Theia API Documentation v1.65.0
    Preparing search index...

    Tree scroll state data.

    interface TreeScrollState {
        clientHeight?: number;
        isAtBottom: boolean;
        scrollHeight?: number;
        scrollTop: number;
    }
    Index

    Properties

    clientHeight?: number
    isAtBottom: boolean
    scrollHeight?: number
    scrollTop: number