Entity

Represents an object or resource in the Polymath Ecosystem with its own set of properties and functionality

Type parameters

Params

Hierarchy

Index

Properties

Methods

Properties

Abstract uid

uid: string

Defined in src/entities/Entity.ts:5

Methods

Abstract _refresh

_refresh(params: Partial‹Params›): void

Defined in src/entities/Entity.ts:9

Parameters:

Name

Type

params

Partial‹Params›

Returns: void

Abstract toPojo

toPojo(): any

Defined in src/entities/Entity.ts:7

Returns: any

Last updated