Class

MatrixEntity

MatrixEntity(fullId)

Represents a Matrix entity
Constructor

# new MatrixEntity(fullId)

Creates a new Matrix entity
Parameters:
Name Type Description
fullId string The full ID of the entity

View Source helpers/MatrixEntity.ts, line 6

Classes

MatrixEntity
MatrixEntity

Members

# domain

The domain for the entity

View Source helpers/MatrixEntity.ts, line 33

# localpart

The localpart for the entity

View Source helpers/MatrixEntity.ts, line 27

Methods

# domain() → {string}

The domain for the entity

View Source helpers/MatrixEntity.ts, line 87

string

# localpart() → {string}

The localpart for the entity

View Source helpers/MatrixEntity.ts, line 80

string