Circle V2 API Docs
Preparing search index...
@repo/ui
composites/JsonViewer/JsonToolbar
JsonToolbarProps
Interface JsonToolbarProps
interface
JsonToolbarProps
{
activeMatchOrdinal
:
number
;
getCopyContent
:
()
=>
string
;
hasActiveQuery
:
boolean
;
matchCount
:
number
;
onCollapseAll
:
()
=>
void
;
onExpandAll
:
()
=>
void
;
onNextMatch
:
()
=>
void
;
onPrevMatch
:
()
=>
void
;
onQueryChange
:
(
value
:
string
)
=>
void
;
onSearchKeyDown
:
(
event
:
KeyboardEvent
<
HTMLInputElement
>
)
=>
void
;
query
:
string
;
showCopy
:
boolean
;
}
Index
Properties
active
Match
Ordinal
get
Copy
Content
has
Active
Query
match
Count
on
Collapse
All
on
Expand
All
on
Next
Match
on
Prev
Match
on
Query
Change
on
Search
Key
Down
query
show
Copy
Properties
active
Match
Ordinal
activeMatchOrdinal
:
number
get
Copy
Content
getCopyContent
:
()
=>
string
has
Active
Query
hasActiveQuery
:
boolean
match
Count
matchCount
:
number
on
Collapse
All
onCollapseAll
:
()
=>
void
on
Expand
All
onExpandAll
:
()
=>
void
on
Next
Match
onNextMatch
:
()
=>
void
on
Prev
Match
onPrevMatch
:
()
=>
void
on
Query
Change
onQueryChange
:
(
value
:
string
)
=>
void
on
Search
Key
Down
onSearchKeyDown
:
(
event
:
KeyboardEvent
<
HTMLInputElement
>
)
=>
void
query
query
:
string
show
Copy
showCopy
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Match
Ordinal
get
Copy
Content
has
Active
Query
match
Count
on
Collapse
All
on
Expand
All
on
Next
Match
on
Prev
Match
on
Query
Change
on
Search
Key
Down
query
show
Copy
Circle V2 API Docs
Loading...