Class

PropertySchemaServices

PropertySchemaServices(ctx)

Service class for Property Schemas

Constructor

# new PropertySchemaServices(ctx)

Parameters:
Name Type Description
ctx Context

Context instance

Since:
  • 1.0, 12.2025, jh

View Source infohub/PropertySchema.js, line 367

Classes

PropertySchemaServices

Methods

# async getSchemaByName(name, cb) → {Promise.<void>}

Get schema from standard catalogue in scope: ID = 'cn_properties'

Parameters:
Name Type Description
name *

Schema name

cb *

Promise

View Source infohub/PropertySchema.js, line 390

Promise.<void>

# async getSchemaByShortId(shortid, cb)

Load schema from infohub

Parameters:
Name Type Description
shortid string

Short id of schema

cb *

View Source infohub/PropertySchema.js, line 474