This class models a dropdown field.
/** * Returns the Id of this option. * * @returns {string} */ getId() /** * Returns the title of this option. * * @returns {string} */ getTitle() /** * Returns the image of this option. * @returns {string} */ getImage()
Last updated 3 years ago