File

src/interfaces/IParamsColDisplay.ts

Index

Properties

Properties

map
map: function
Type : function
Optional

Need this if type is 'enum'

type
type: "text" | "enum" | "switch" | "hide"
Type : "text" | "enum" | "switch" | "hide"

Type of display

export interface IParamsColDisplay {
  /**
   * Type of display
   */
  type: 'text' | 'enum' | 'switch' | 'hide';

  /**
   * Need this if type is 'enum'
   */
  map?: (x: any) => string;
}

results matching ""

    No results matching ""