method EposText.prototype.raw EposText.prototype.raw(): boolean Whether to use "raw" mode when encoding text. Ensures, at the cost of size, that every character is pedantically escaped. Useful for guaranteeing a parser will always get the expected value back out. Return Type boolean
method EposText.prototype.raw EposText.prototype.raw(value: boolean): void Parameters value: boolean Return Type void