Skip to content

setCalendars() documentation typo #1393

Open
@Ollie222

Description

Under the setCalendars() documentation section https://github.com/nhn/tui.calendar/blob/main/docs/en/apis/calendar.md#setcalendars the interface documentation is shown as

interface CalendarInfo { id: string; name: string; color?: string; bgColor?: string; dragBgColor?: string; borderColor?: string; }

when it should be

interface CalendarInfo { id: string; name: string; color?: string; backgroundColor?: string; dragBackgroundColor?: string; borderColor?: string; }

Other references in the documentation appear to be correct.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions