Type Alias Layer

Layer: {
    all: boolean;
    handler: EventHandler;
    method: LayerMethod;
    path: LayerEventPath;
}

Layer

Type declaration