MCPcopy Index your code
hub / github.com/adobe/react-spectrum / getTrigger

Method getTrigger

packages/@react-aria/test-utils/src/select.ts:254–256  ·  view source on GitHub ↗

* Returns the select's trigger.

()

Source from the content-addressed store, hash-verified

252 * Returns the select's trigger.
253 */
254 getTrigger(): HTMLElement {
255 return this._trigger;
256 }
257
258 /**
259 * Returns the select's listbox if present.

Callers 3

openMethod · 0.95
toggleOptionSelectionMethod · 0.95
getListboxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected