Skip to main content

HomeExampleProps

Agent Runtimes


Agent Runtimes / examples/HomeExample / HomeExampleProps

Interface: HomeExampleProps

Defined in: src/examples/HomeExample.tsx:18

Properties

examples?

optional examples?: HomeExampleCardEntry[]

Defined in: src/examples/HomeExample.tsx:19


onSearchChange?

optional onSearchChange?: (value) => void

Defined in: src/examples/HomeExample.tsx:21

Parameters

value

string

Returns

void


onSelectExample?

optional onSelectExample?: (name) => void

Defined in: src/examples/HomeExample.tsx:22

Parameters

name

string

Returns

void


searchQuery?

optional searchQuery?: string

Defined in: src/examples/HomeExample.tsx:20