型・APIリファレンス
    Preparing search index...

    Type Alias CalendarEvent

    カレンダーのイベント

    type CalendarEvent = {
        allDay: boolean;
        color: string;
        end: string;
        entityKey: EntityKey;
        entityViewKey: EntityViewKey;
        start: string;
        title: string;
    }
    Index

    Properties

    allDay: boolean

    終日フラグ

    color: string

    イベント色

    end: string

    終了日時

    entityKey: EntityKey

    EntityKey情報

    entityViewKey: EntityViewKey

    EntityViewKey情報

    start: string

    開始日時

    title: string

    タイトル