Response containing the list values of a field definition, in the order configured on the server.

interface IListValuesResponse {
    values?: string[];
}

Implemented by

Properties

Properties

values?: string[]

The ordered list of list-item values.