@sovereignbase/schema-crdt
Preparing search index...
CREventState
Type Alias CREventState<Type>
CREventState
:
{
about
:
Readonly
<
CRSet
<
CREventThing
>
>
;
actor
:
Readonly
<
CRSet
<
CREventActor
>
>
;
aggregateRating
:
Readonly
<
CRSet
<
CRAggregateRatingSnapshot
|
CRIdReferenceValue
>
,
>
;
attendee
:
Readonly
<
CRSet
<
CREventPersonOrOrganization
>
>
;
audience
:
Readonly
<
CRSet
<
CRAudienceSnapshot
|
CRIdReferenceValue
>
>
;
composer
:
Readonly
<
CRSet
<
CREventPersonOrOrganization
>
>
;
contributor
:
Readonly
<
CRSet
<
CREventPersonOrOrganization
>
>
;
director
:
Readonly
<
CRSet
<
CREventPerson
>
>
;
doorTime
:
SchemaOrgDateTime
|
SchemaOrgTime
;
duration
:
CREventDuration
;
endDate
:
SchemaOrgDate
|
SchemaOrgDateTime
;
eventAttendanceMode
:
CREventAttendanceMode
;
eventSchedule
:
Readonly
<
CRSet
<
CREventSchedule
>
>
;
eventStatus
:
CREventStatus
;
funder
:
Readonly
<
CRSet
<
CREventPersonOrOrganization
>
>
;
funding
:
Readonly
<
CRSet
<
CRTypedIdReferenceValue
<
"Grant"
>
|
CRIdReferenceValue
>
,
>
;
hasParticipationOffer
:
Readonly
<
CRSet
<
CREventOfferOnly
>
>
;
hasSponsorshipOffer
:
Readonly
<
CRSet
<
CREventOfferOnly
>
>
;
inLanguage
:
Readonly
<
CRSet
<
CREventLanguage
>
>
;
isAccessibleForFree
:
SchemaOrgBoolean
;
keywords
:
Readonly
<
CRSet
<
CREventKeywords
>
>
;
location
:
Readonly
<
CRSet
<
CREventLocation
>
>
;
maximumAttendeeCapacity
:
SchemaOrgInteger
;
maximumPhysicalAttendeeCapacity
:
SchemaOrgInteger
;
maximumVirtualAttendeeCapacity
:
SchemaOrgInteger
;
offers
:
Readonly
<
CRSet
<
CREventOffer
>
>
;
organizer
:
Readonly
<
CRSet
<
CREventPersonOrOrganization
>
>
;
performer
:
Readonly
<
CRSet
<
CREventPersonOrOrganization
>
>
;
previousStartDate
:
Readonly
<
CRSet
<
SchemaOrgDate
|
SchemaOrgDateTime
>
>
;
recordedIn
:
Readonly
<
CRSet
<
CRCreativeWorkSnapshot
|
CRIdReferenceValue
>
>
;
remainingAttendeeCapacity
:
SchemaOrgInteger
;
review
:
Readonly
<
CRSet
<
CREventReview
>
>
;
sponsor
:
Readonly
<
CRSet
<
CREventPersonOrOrganization
>
>
;
startDate
:
SchemaOrgDate
|
SchemaOrgDateTime
;
subEvent
:
Readonly
<
CRSet
<
CREventReference
>
>
;
superEvent
:
Readonly
<
CRSet
<
CREventReference
>
>
;
translator
:
Readonly
<
CRSet
<
CREventPersonOrOrganization
>
>
;
typicalAgeRange
:
SchemaOrgText
;
workFeatured
:
Readonly
<
CRSet
<
CRCreativeWorkSnapshot
|
CRIdReferenceValue
>
>
;
workPerformed
:
Readonly
<
CRSet
<
CRCreativeWorkSnapshot
|
CRIdReferenceValue
>
>
;
}
&
CRThingState
<
Type
>
Runtime CRDT state surface for
Schema.org
Event.
Type Parameters
Type
=
"Event"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@sovereignbase/schema-crdt
Loading...
Runtime CRDT state surface for Schema.org Event.