- Preparing search index...
- The search index is not available
Hierarchy
- Eventify<{
break: ((reason?) => void);
end: ((affect) => void);
visit: ((node) => boolean);
}>
Constructors
constructor
- new LazyWalker(async, options?): LazyWalker
-
Parameters
-
-
options: {
reverse?: boolean;
timeout?: number;
timeoutChunkSize?: number;
whatToShow?: number;
} = {}
-
Optional
Readonly
reverse?: boolean
-
Optional
Readonly
timeout?: number
-
Optional
Readonly
timeoutChunkSize?: number
-
Optional
Readonly
whatToShow?: number
Methods
break
- break(reason?): void
-
Returns void
destruct
- destruct(): void
-
Returns void
off
- off(name, func): LazyWalker
-
Parameters
-
name: "visit" | "break" | "end"
-
func: ((node) => boolean) | ((reason?) => void) | ((affect) => void)
on
- on(name, func): LazyWalker
-
Parameters
-
name: "visit" | "break" | "end"
-
func: ((node) => boolean) | ((reason?) => void) | ((affect) => void)
Class for adding event handling capability