UNPKG

@instructure/canvas-rce

Version:

A component wrapping Canvas's usage of Tinymce

10 lines (9 loc) 509 B
import BaseLinkContentItem from './BaseLinkContentItem'; import { ResourceLinkContentItemJson } from '../Lti13ContentItemJson'; import { RceLti13ContentItemContext } from '../RceLti13ContentItem'; export default class ResourceLinkContentItem extends BaseLinkContentItem<ResourceLinkContentItemJson> { static readonly type = "ltiResourceLink"; constructor(json: ResourceLinkContentItemJson, context: RceLti13ContentItemContext); toHtmlString(): string | undefined; buildUrl(): string | null; }