bn.onPageNotFound
• onPageNotFound: (cb
: PageNotFoundCallback
) => void
Type declaration
▸ (cb
): void
Parameters
Name | Type |
---|---|
cb | PageNotFoundCallback |
Returns
void
PageNotFoundCallback
Ƭ PageNotFoundCallback: (result
: OnPageNotFoundCallbackResult
) => void
Type declaration
▸ (result
): void
Parameters
Name | Type |
---|---|
result | OnPageNotFoundCallbackResult |
Returns
void
Interface: OnPageNotFoundCallbackResult
Name | Type | Description |
---|---|---|
isEntryPage | boolean | |
path | string | |
query | Record <string , unknown > |