Interface ArrayTreeContextConstructor

interface ArrayTreeContextConstructor {
    breakEmitter: (() => void);
    context: any[];
    depth: number;
    path: (string | number)[];
    rootContext: any[] | Record<string, any>;
}

Hierarchy

Properties

breakEmitter: (() => void)

Type declaration

    • (): void
    • Returns void

context: any[]
depth: number
path: (string | number)[]
rootContext: any[] | Record<string, any>

Generated using TypeDoc