Interface ChildrenData<TBody>

rbush data

interface ChildrenData<TBody extends Body> {
    children: Leaf<TBody>[];
}

Type Parameters

Properties

Properties

children: Leaf<TBody>[]
MMNEPVFCICPMFPCPTTAAATR