UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

10 lines (9 loc) 322 B
export declare class ActionModel { iconURL: string; label: string; type: string; isShow: Function; isEnabled: Function; actionPerformedHandler: Function; constructor(iconURL: string, label: string, actionType: string, isShow: Function, isEnabled: Function, actionPerformedHandler: Function); }