For AI agents: a documentation index is available at /llms.txt
Skip to main content

SelectResponse

The response returned after selecting a value from a dropdown or multiple select element

type SelectResponse {
selector: String
time: Float
value: StringOrArray
}

Fields

SelectResponse.selector ● String scalar

The selector of the element you selected from

SelectResponse.time ● Float scalar

The amount of time, in milliseconds, elapsed since the start of selecting to completion

SelectResponse.value ● StringOrArray scalar

The value or values you selected from the select element

Returned By

select mutation