🚀
IC Reactor v3 is here!
Featuring TanStack Query integration, improved type safety, and more.
View v3 Documentation →
×
ic-reactor
Example
GitHub
Preparing search index...
visitor
types
BooleanMethodResult
Interface BooleanMethodResult
interface
BooleanMethodResult
{
   Â
label
?:
string
;
   Â
title
?:
string
;
   Â
type
:
"boolean"
;
   Â
value
:
boolean
;
}
Hierarchy (
View Summary
)
DefaultMethodResult
BooleanMethodResult
Index
Properties
label?
title?
type
value
Properties
Optional
label
label
?:
string
Optional
title
title
?:
string
type
type
:
"boolean"
value
value
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
label
title
type
value
Example
GitHub
ic-reactor
Loading...