cheetah-grid
    Preparing search index...

    Interface BranchGraphColumnOption

    interface BranchGraphColumnOption {
        cache?: boolean;
        fadeinWhenCallbackInPromise?: null | boolean;
        start?: "top" | "bottom";
    }

    Hierarchy (View Summary)

    Index

    Properties

    cache?: boolean
    fadeinWhenCallbackInPromise?: null | boolean
    start?: "top" | "bottom"