Skip to main content

Interface: IQueryParamCommonFieldOption

Hierarchy

Properties

bit

bit: Object

Type declaration

NameTypeDescription
enablebooleanenable bitwised operator using by array
withZerobooleanIf 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

ICommonFieldOption.encode

Defined in

jin-frame/src/interfaces/ICommonFieldOption.ts:3


formatter

Optional formatter: IFormatter

Defined in

jin-frame/src/interfaces/IQueryParamCommonFieldOption.ts:5