Skip to content

@revolist/revogrid / LogicFunctionExtraParam

Type Alias: LogicFunctionExtraParam

ts
type LogicFunctionExtraParam: 
  | "select"
  | "input"
  | "multi"
  | "datepicker"
  | number
  | Date
  | DateEnum
  | null
  | undefined
  | string
  | string[]
  | number[];

Defined in

src/plugins/filter/filter.types.ts:21

Revogrid is a MIT-licensed open source library made by Revolist OU.