Single schema class specification
TypeScript type: SingleSchemaClassSpecification.
This specification is used to point to specific ECClass.
Attributes
| Name | Required? | Type | 
|---|---|---|
| schemaName | Yes | string | 
| className | Yes | string | 
Attribute: schemaName
Specifies name of the schema which contains the target class.
| Type | string | 
| Is Required | Yes | 
Attribute: className
Specifies name of the target class.
| Type | string | 
| Is Required | Yes | 
Last Updated: 10 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.