Remarks

represents the props of a LearningPathLearningElementNode.

Hierarchy

  • LearningPathLearningElementNode

Properties

activityType: string

The activity type of the learning element.

classification: string

The classification of the learning element.

handleClose: (() => void)

Type declaration

    • (): void
    • The function that closes the learning element.

      Returns void

handleOpen: (() => void)

Type declaration

    • (): void
    • The function that opens the learning element.

      Returns void

handleSetLmsId: ((lmsId) => void)

Type declaration

    • (lmsId): void
    • The function that sets the lms id of the learning element.

      Parameters

      • lmsId: number

      Returns void

handleSetTitle: ((title) => void)

Type declaration

    • (title): void
    • The function that sets the title of the learning element.

      Parameters

      • title: string

      Returns void

handleSetUrl: ((url) => void)

Type declaration

    • (url): void
    • The function that sets the url of the learning element.

      Parameters

      • url: string

      Returns void

isDone: boolean

Whether the learning element is done or not (1 or 0 / true or false).

isRecommended: boolean

Whether the learning element is recommended or not.

lmsId: number

The id of the learning element inside the LMS.

name: string

The name of the learning element.

Generated using TypeDoc