Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SigaaWebContent

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected __instanceIndentifier

__instanceIndentifier: string

Private _content

_content: string

Private _date

_date: Date

Private _title

_title: string

Private form

form: SigaaForm

Protected isClosed

isClosed: boolean = false

Readonly type

type: "webcontent" = 'webcontent'

Protected Optional updater

Accessors

_instanceIndentifier

  • get _instanceIndentifier(): string

id

  • get id(): string

title

  • get title(): string

Methods

Protected checkIfItWasClosed

  • checkIfItWasClosed(): void

close

  • close(): void

getContent

  • getContent(): Promise<string>

getDate

  • getDate(): Promise<Date>

Private loadWebContentPage

  • loadWebContentPage(retry?: boolean): Promise<void>

update

Protected updateInstance

  • updateInstance(): Promise<void>

Generated using TypeDoc