🚀
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
UnknownMethodResult
Interface UnknownMethodResult
interface
UnknownMethodResult
{
   Â
label
?:
string
;
   Â
title
?:
string
;
   Â
type
:
"unknown"
;
   Â
value
:
unknown
;
}
Hierarchy (
View Summary
)
DefaultMethodResult
UnknownMethodResult
Index
Properties
label?
title?
type
value
Properties
Optional
label
label
?:
string
Optional
title
title
?:
string
type
type
:
"unknown"
value
value
:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
label
title
type
value
Example
GitHub
ic-reactor
Loading...