Interface ReturnsNotesItem

note

Hierarchy

  • ReturnsNotesItem

Properties

courseid: null | number

course id of the note

format: null | number

text format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN

noteid: null | number

id of the note

publishstate: null | string

'personal', 'course' or 'site'

text: null | string

the text of the message - text or HTML

userid: null | number

id of the user the note is about

Generated using TypeDoc