UNPKG

devexpress-gantt

Version:

DevExpress Gantt Control

9 lines (7 loc) 293 B
import { CommandBase } from "../CommandBase"; import { SimpleCommandState } from "../SimpleCommandState"; export class DependencyCommandBase extends CommandBase<SimpleCommandState> { public getState(): SimpleCommandState { return new SimpleCommandState(this.isEnabled()); } }