Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReadProject

Represents a project that uses Knora.

Hierarchy

Index

Properties

description

description: StringLiteral[] = []

A description of a project.

id

id: string = ""

The ID of the enclosing object.

keywords

keywords: string[] = []

Project keywords.

Optional logo

logo: undefined | string = undefined

The path to the projects's logo.

Optional longname

longname: undefined | string = undefined

The longname of a Knora project.

ontologies

ontologies: string[] = []

The ontologies attached to a project.

selfjoin

selfjoin: boolean = false

Exists and is true if users can add themselves to the project or group.

shortcode

shortcode: string = ""

The unique short code of a Knora project.

shortname

shortname: string = ""

The unique shortname of a Knora project.

status

status: boolean = false

The status of the user / group / project. It is false if the entity has been deactivated (deleted).

Generated using TypeDoc