com.phloxui
Version:
PhloxUI Ng2+ Framework
10 lines (9 loc) • 360 B
TypeScript
import { AbstractI18NApplicable } from '../../share/AbstractI18NApplicable';
export declare class ViewModel extends AbstractI18NApplicable {
iconURL: string;
label: string;
type: string;
styleClasses: string[];
tooltip: string;
constructor(iconURL: string, label: string, viewType: string, styleClasses?: string[], tooltip?: string);
}