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