Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new ActionModel(iconURL: string, label: string, actionType: string, isShow: Function, isEnabled: Function, actionPerformedHandler: Function): ActionModel
  • Parameters

    • iconURL: string
    • label: string
    • actionType: string
    • isShow: Function
    • isEnabled: Function
    • actionPerformedHandler: Function

    Returns ActionModel

Properties

actionPerformedHandler

actionPerformedHandler: Function

iconURL

iconURL: string

isEnabled

isEnabled: Function

isShow

isShow: Function

label

label: string

type

type: string

Generated using TypeDoc