Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components
ICalendarRequest
Interface ICalendarRequest<Payload>
Represents a calendar request.
interface
ICalendarRequest
<
Payload
extends
IAnything
=
IAnything
>
{
fromStamp
:
number
;
payload
:
Payload
;
toStamp
:
number
;
}
Type Parameters
Payload
extends
IAnything
=
IAnything
The type of payload for the calendar request.
Index
Properties
from
Stamp
payload
to
Stamp
Properties
from
Stamp
fromStamp
:
number
payload
payload
:
Payload
to
Stamp
toStamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
Stamp
payload
to
Stamp
react-declarative
Loading...
Represents a calendar request.