Interface RecordTreeContextConstructor

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

Hierarchy

Properties

breakEmitter: (() => void)

Type declaration

    • (): void
    • Returns void

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

Generated using TypeDoc