UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

12 lines (11 loc) 489 B
import { AbstractI18NApplicable } from '../../share/AbstractI18NApplicable'; export declare class ActionModel extends AbstractI18NApplicable { iconURL: string; label: string; styleClasses: string[]; type: string; isShow: Function; isEnabled: Function; actionPerformedHandler: Function; constructor(iconURL?: string, label?: string, actionType?: string, isShow?: Function, isEnabled?: Function, actionPerformedHandler?: Function, styleClasses?: string[]); }