fromValue must not be empty'
: (!this.isPathBlockFromValueEmpty(model.model) && this.isPathBlockToValueEmpty(model.model))
? 'toValue must not be empty'
: (this.isPathBlockFromValueEmpty(model.model) && this.isPathBlockToValueEmpty(model.model))
? 'fromValue and toValue must not be empty'
: 'Paths are incompatible. Auto fix or click the edit path morphing animation button above.'">