minimal subset of field necessary to fill the runSelect attr attribute

interface runSelecAttr {
    _objectName: string;
    purpose?: ViewPurpose;
    where?: string;
}

Properties

_objectName: string
purpose?: ViewPurpose

Type of view when select - default is selectMulti, however for function runSelect is default selectOns

where?: string

where part for view to limit items that can be selected. if where string starts with the server evaluates content as a server command that should return the where condition