Interface: PageParamInit<Value>#
Renderer.Navigation.PageParamInit
Type parameters#
Name | Type |
---|---|
Value |
any |
Table of contents#
Properties#
Methods#
Properties#
defaultValue#
• Optional
defaultValue: Value
name#
• name: string
Methods#
parse#
▸ Optional
parse(value
): Value
Parameters#
Name | Type |
---|---|
value |
string | string [] |
Returns#
Value
stringify#
▸ Optional
stringify(value
): string
| string
[]
Parameters#
Name | Type |
---|---|
value |
Value |
Returns#
string
| string
[]