Interface BranchGraphColumnOption

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

Hierarchy (view full)

Properties

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