Current Path : /var/www/axolotl/data/www/samara.axolotls.ru/bitrix/js/landing/history/src/ |
Current File : /var/www/axolotl/data/www/samara.axolotls.ru/bitrix/js/landing/history/src/history-entry.js |
import {Type} from 'main.core'; export default class Entry { constructor(options) { this.block = options.block; this.selector = options.selector; this.command = Type.isStringFilled(options.command) ? options.command : '#invalidCommand'; this.undo = options.undo; this.redo = options.redo; } }