Skip to main content
Version: 2025.0

GetTaggedObjectByIdConfig

Config object for loading one tagged object by its id.

Methods

setId

setId(pTaggedObjectId): GetTaggedObjectByIdConfig

Required parameter

Parameters

pTaggedObjectId
string | number | boolean

The id of the object to be loaded

Returns

GetTaggedObjectByIdConfig

The current config


setIds

setIds(pTaggedObjectsIds): GetTaggedObjectByIdConfig

Required parameter

Parameters

pTaggedObjectsIds
string[]

The ids of the tagged objects to be loaded

Returns

GetTaggedObjectByIdConfig

The current config