File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/js/location/core/src/entity/location/locationfield.js
Back
import Field from '../generic/field'; export default class LocationField extends Field { #value; // todo: Fields validation constructor(props) { super(props); this.#value = props.value || ''; } get value(): string { return this.#value; } set value(value: string) { this.#value = value; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings