Search
Preparing search index...
The search index is not available
webmapsjs
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
DatePick
Class DatePick
params label, id, initialDate, change callback with value as string
Hierarchy
Component
<
object
,
null
>
DatePick
Implements
ComponentLifecycle
<
object
,
null
>
Index
Constructors
constructor
Properties
context
default
Id
props
refs
state
Methods
component
Did
Mount
force
Update
render
set
State
Constructors
constructor
new
Date
Pick
(
props
:
any
, context
:
any
)
:
DatePick
Parameters
props:
any
context:
any
Returns
DatePick
Properties
context
context
:
any
default
Id
default
Id
:
string
props
props
:
Readonly<{ children?: ReactNode; }> & Readonly<P>
refs
refs
:
object
Type declaration
[
key:
string
]:
ReactInstance
state
state
:
Readonly
Methods
component
Did
Mount
component
Did
Mount
(
)
:
void
Returns
void
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
:
object
)
:
Pick
Parameters
prevState:
null
props:
object
change
:
function
(
val
:
string
)
:
any
Parameters
val:
string
Returns
any
Optional
id
?:
string
Optional
initial
Date
?:
Date
label
:
string
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
Date
Pick
constructor
context
default
Id
props
refs
state
component
Did
Mount
force
Update
render
set
State
Generated using
TypeDoc
params label, id, initialDate, change callback with value as string