If I execute the following, it will convert an existing field to a SingleSelect and set myvar to an instance of SingleSelect
let myvar = new AJS.SingleSelect($("#someselector"));
If I have an existing SingleSelect on the page, is there a way to retrieve that object?