Skip to main content

Interface: IParamFieldOption

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

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"

Defined in

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