Skip to main content
Version: 2.2

@olympeio/documentation/olympe

Index

Type Aliases

Class

Class<T>: new () => T

Type parameters

  • T

Type declaration

    • new (): T
    • Returns T

FunctionBrick

FunctionBrick: Brick
@deprecated

use Brick instead

InstanceTag

InstanceTag: Tag | Entry

List

List<T>: T[] | (T extends CloudObject | CloudObject[] ? QueryResult<T> : never)

Type parameters

  • T

SRPData

SRPData: { login: string; salt: string; username: string; verifier: string }

Type declaration

  • login: string
  • salt: string
  • username: string
  • verifier: string

Tag

Tag: string | HasTag | typeof CloudObject

A Tag can be either a string, a HasTag (CloudObject instance, Property, Relation, …) or the class constructor for a CloudObject

Variables

constRelation

Global variable, constructor of class Relation.