- Preparing search index...
- The search index is not available
lemon-core
Type alias NextDecoder<TMode>
Next
Decoder
<TMode>: ((mode
: TMode, id
?: string, cmd
?: string, path
?: string) => NextHandler)
Type declaration
-
- (mode: TMode, id?: string, cmd?: string, path?: string): NextHandler
-
Parameters
-
mode: TMode
-
Optional
id: string
-
Optional
cmd: string
-
Optional
path: string
Decode
NextHandler
by mode + id + cmd (+ path)