Search
Preparing search index...
The search index is not available
webmapsjs
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
RadioBase
Class RadioBase
Hierarchy
Component
<
iRadioBase
,
null
>
RadioBase
Implements
ComponentLifecycle
<
iRadioBase
,
null
>
Index
Constructors
constructor
Properties
context
group
Id
inline
props
refs
state
Methods
force
Update
render
set
State
Constructors
constructor
new
Radio
Base
(
props
:
iRadioBase
, context
:
Object
)
:
RadioBase
Parameters
props:
iRadioBase
context:
Object
Returns
RadioBase
Properties
context
context
:
any
group
Id
group
Id
:
string
inline
inline
:
boolean
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
:
iRadioBase
)
:
Pick
Parameters
prevState:
null
props:
iRadioBase
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
Base
constructor
context
group
Id
inline
props
refs
state
force
Update
render
set
State
Generated using
TypeDoc