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: 18 May, 2022