Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILtiLaunchElement

Element to handle LTI launches.

Hierarchy

  • ILtiLaunchElement

Index

Properties

Properties

Optional children

children: IStandardElement[] | string

HTML children as an array of IStandardElement or as a string.

props

props: object

Required props.

Type declaration

  • Optional courseId?: string

    Optional If the launch is associated with the course, you can send the course id

  • Optional customParameters?: string

    Optional The custom parameters to send

  • handle: string

    The handle to launch.

tag

Must be LtiLaunch.

Generated using TypeDoc