This class extends from FormField and models an image uploader.
/** * Returns is the image is not securized. * * @returns {boolean} */ isPublic() { return this.data.isPublic===true; }
Last updated 3 years ago