Hierarchy

  • FieldTagModel

Index

Constructors

constructor

  • new FieldTagModel(type: FieldTagTypes, key: string, displayOrder: number, text: string, fields: string[], section: any, shouldIShow: (api: any, model: any, compareHash?: number | string, custom?: any) => boolean, action?: (api: any, model: any, custom?: any) => void, compareHash?: number | string, custom?: any, customIcon?: string): FieldTagModel
  • Parameters

    • type: FieldTagTypes
    • key: string
    • displayOrder: number
    • text: string
    • fields: string[]
    • section: any
    • shouldIShow: (api: any, model: any, compareHash?: number | string, custom?: any) => boolean
        • (api: any, model: any, compareHash?: number | string, custom?: any): boolean
        • Parameters

          • api: any
          • model: any
          • Optional compareHash: number | string
          • Optional custom: any

          Returns boolean

    • Optional action: (api: any, model: any, custom?: any) => void
        • (api: any, model: any, custom?: any): void
        • Parameters

          • api: any
          • model: any
          • Optional custom: any

          Returns void

    • Optional compareHash: number | string
    • Optional custom: any
    • Optional customIcon: string

    Returns FieldTagModel

Properties

action

action: string

compareHash

compareHash: number | string

custom

custom: any

customIcon

customIcon: string

displayOrder

displayOrder: number

fields

fields: string[]

key

key: string

section

section: any

shouldIShow

shouldIShow: string

text

text: string

type

Generated using TypeDoc