Interface: IParamFieldOption
Hierarchy
↳
IParamFieldOption
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 |
Inherited from
IQueryParamCommonFieldOption.bit
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
Inherited from
IQueryParamCommonFieldOption.comma
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
IQueryParamCommonFieldOption.encode
Defined in
jin-frame/src/interfaces/ICommonFieldOption.ts:3
formatter
• Optional
formatter: IFormatter
Inherited from
IQueryParamCommonFieldOption.formatter
Defined in
jin-frame/src/interfaces/IQueryParamCommonFieldOption.ts:5
type
• type: "param"