Interface: IQueryParamCommonFieldOption
Hierarchy
↳
IQueryParamCommonFieldOption
Properties
bit
• bit: Object
Type declaration
Name | Type | Description |
---|---|---|
enable | boolean | enable bitwised operator using by array |
withZero | boolean | If this configuration set enable, bitwised operation result are zero after submit zero value |
Defined in
jin-frame/src/interfaces/IQueryParamCommonFieldOption.ts:15
comma
• comma: boolean
"comma" option only working querystring. If you want to process array parameter of querystring using by comma seperated string, set this option
Comma seperated array parameter on querystring
Defined in
jin-frame/src/interfaces/IQueryParamCommonFieldOption.ts:13
encode
• Optional
encode: boolean
Do encodeURIComponent execution, this option only executed in query parameter
Inherited from
Defined in
jin-frame/src/interfaces/ICommonFieldOption.ts:3
formatter
• Optional
formatter: IFormatter