Search
Preparing search index...
The search index is not available
webmapsjs
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
RadioItem
Class RadioItem
Hierarchy
Component
<
iRadioItem
,
null
>
RadioItem
Implements
ComponentLifecycle
<
iRadioItem
,
null
>
Index
Constructors
constructor
Properties
context
guid
props
refs
state
Methods
force
Update
render
set
State
Constructors
constructor
new
Radio
Item
(
props
:
iRadioItem
, context
:
Object
)
:
RadioItem
Parameters
props:
iRadioItem
context:
Object
Returns
RadioItem
Properties
context
context
:
any
guid
guid
:
string
props
props
:
Readonly<{ children?: ReactNode; }> & Readonly<P>
refs
refs
:
object
Type declaration
[
key:
string
]:
ReactInstance
state
state
:
Readonly
Methods
force
Update
force
Update
(
callBack
?:
function
)
:
void
Parameters
Optional
callBack:
function
(
)
:
any
Returns
any
Returns
void
render
render
(
)
:
Element
Returns
Element
set
State
set
State<K>
(
f
:
function
, callback
?:
function
)
:
void
set
State<K>
(
state
:
Pick
, callback
?:
function
)
:
void
Type parameters
K
:
keyof S
Parameters
f:
function
(
prevState
:
null
, props
:
iRadioItem
)
:
Pick
Parameters
prevState:
null
props:
iRadioItem
Returns
Pick
Optional
callback:
function
(
)
:
any
Returns
any
Returns
void
Type parameters
K
:
keyof S
Parameters
state:
Pick
Optional
callback:
function
(
)
:
any
Returns
any
Returns
void
Globals
Radio
Item
constructor
context
guid
props
refs
state
force
Update
render
set
State
Generated using
TypeDoc