interface AcGeIndexNode {
    children: AcGeIndexNode[];
    index: number;
}

Properties

Properties

children: AcGeIndexNode[]
index: number