A ContentView that renders a custom template, containing of 2 different components. The first element displays the information of a content item (containing title and icons of the content) and the buttonView renders a button that can be used to remove the displayed content.

Hierarchy

  • default
    • ContentLinkView

Constructors

Properties

ariaLabelText: string
contentName: undefined | string
renderAsTextLink: boolean
renderOptions: undefined | {
    renderCancelButton?: boolean;
    renderStatusIcon?: boolean;
    renderTypeIcon?: boolean;
}

Type declaration

  • Optional renderCancelButton?: boolean
  • Optional renderStatusIcon?: boolean
  • Optional renderTypeIcon?: boolean
underlined: boolean
uriPath: undefined | null | string

Accessors

Methods