Definition of the model used by one-to-many editors like SuggestBox and Select.
const abstractListModel = new UIKernel.AbstractModels.List();
async read(string search)
Get options list for a Select or SuggestBox editor taking into account list labels search filter(case insensitive).
search
async getLabel(number id)
Get an option name which matches specified ID.