Family Chart API Documentation - v0.8.1
    Preparing search index...

    Interface UpdateTreeProps

    interface UpdateTreeProps {
        initial?: boolean;
        transition_time?: number;
        tree_position?: "inherit" | "fit" | "main_to_middle";
    }
    Index

    Properties

    initial?: boolean
    transition_time?: number
    tree_position?: "inherit" | "fit" | "main_to_middle"