Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldRatingScaleMethods

FieldRatingScaleMethods

Hierarchy

Index

Methods

delete

  • delete(): IBaseExecution<any>
  • Returns IBaseExecution<any>

disableIndex

  • disableIndex(): IBaseExecution<number>
  • Returns IBaseExecution<number>

enableIndex

  • enableIndex(): IBaseExecution<number>
  • Returns IBaseExecution<number>

setShowInDisplayForm

  • setShowInDisplayForm(value?: boolean): IBaseExecution<any>
  • Parameters

    • Optional value: boolean

    Returns IBaseExecution<any>

setShowInEditForm

  • setShowInEditForm(value?: boolean): IBaseExecution<any>
  • Parameters

    • Optional value: boolean

    Returns IBaseExecution<any>

setShowInNewForm

  • setShowInNewForm(value?: boolean): IBaseExecution<any>
  • Parameters

    • Optional value: boolean

    Returns IBaseExecution<any>

update

  • update(properties?: any): IBaseExecution<any>
  • Parameters

    • Optional properties: any

    Returns IBaseExecution<any>

Generated using TypeDoc