跳到主要内容

ui/build/event-calendar/types

ui/build/event-calendar/types

Interfaces

EditorAPI

Defined in: apps/website/.api-docs-entry/ui/build/event-calendar/types.d.ts:24

Properties

event
event: object;

Defined in: apps/website/.api-docs-entry/ui/build/event-calendar/types.d.ts:25

Index Signature
[key: string]: unknown
allDay?
readonly optional allDay?: boolean;
color?
readonly optional color?: string;
editable?
readonly optional editable?: boolean;
end
readonly end: Date;
id
readonly id: string | number;
lockedReason?
readonly optional lockedReason?: string;
start
readonly start: Date;
title
readonly title: string;

Methods

cancel()
cancel(): void;

Defined in: apps/website/.api-docs-entry/ui/build/event-calendar/types.d.ts:27

Returns

void

delete()
delete(): void;

Defined in: apps/website/.api-docs-entry/ui/build/event-calendar/types.d.ts:28

Returns

void

save()
save(): void;

Defined in: apps/website/.api-docs-entry/ui/build/event-calendar/types.d.ts:26

Returns

void

Type Aliases

CalendarEvent

type CalendarEvent = typeof CalendarEventSchema.Type;

Defined in: apps/website/.api-docs-entry/ui/build/event-calendar/types.d.ts:14


CalendarView

type CalendarView = typeof CalendarViewSchema.Type;

Defined in: apps/website/.api-docs-entry/ui/build/event-calendar/types.d.ts:3


CreateSlot

type CreateSlot = typeof CreateSlotSchema.Type;

Defined in: apps/website/.api-docs-entry/ui/build/event-calendar/types.d.ts:35


EventChunk

type EventChunk = typeof EventChunkSchema.Type;

Defined in: apps/website/.api-docs-entry/ui/build/event-calendar/types.d.ts:69


EventRenderContext

type EventRenderContext = typeof EventRenderContextSchema.Type;

Defined in: apps/website/.api-docs-entry/ui/build/event-calendar/types.d.ts:23


LaneAssignment

type LaneAssignment = typeof LaneAssignmentSchema.Type;

Defined in: apps/website/.api-docs-entry/ui/build/event-calendar/types.d.ts:50