how to retrieve list of valid field options from client?

When setting drop down fields from the client, how can I retrieve the list or map of valid field options? On the record model at model.fields['my_field_name'].options there seems to be a key for the list I need to lookup, is that correct? If so, where do I lookup the value of that list? Thanks!

Parents Reply Children