UNPKG

amisa-forms

Version:
9 lines (8 loc) 199 B
export class BaseToolStripMenuFactory { constructor(tabIndex) { this.tabIndex = tabIndex; this.visible = true; this.disabled = false; this.hidden = false; } }