com.phloxui
Version:
PhloxUI Ng2+ Framework
8 lines (7 loc) • 342 B
TypeScript
import { MenuItemModel } from './MenuItemModel';
export declare class CheckMenuItemModel extends MenuItemModel {
prefixLabel: string;
prefixIconURL: string;
checked: boolean;
constructor(label: string, prefixLabel: string, prefixIconURL: string, enable: boolean, actionPerformedHandler: Function, defaultChecked?: boolean);
}