export interface IDraggable { /** @internal */ isEnableDrag(): boolean; /** @internal */ getName(): string | undefined; }