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