DesReuseBlockRevision
Reuse block revision information.
type DesReuseBlockRevision implements Node {
comment: String!
description: String!
id: ID!
lifeCycleState: DesLifeCycleState!
name: String!
pcbSnippet: DesDownloadableFile!
schematicSnippet: DesDownloadableFile!
}
Fields
DesReuseBlockRevision.comment ● String! non-null scalar
The comment on a reuse block revision.
DesReuseBlockRevision.description ● String! non-null scalar
The description for the reuse block revision.
DesReuseBlockRevision.id ● ID! non-null scalar
The node identifier for this reuse block (used by desReuseBlockRevisionById).
DesReuseBlockRevision.lifeCycleState ● DesLifeCycleState! non-null object
The life cycle state information.
DesReuseBlockRevision.name ● String! non-null scalar
The name of the reuse block revision.
DesReuseBlockRevision.pcbSnippet ● DesDownloadableFile! non-null object
The circuitry in a PCB design including components and routing saved as a reuse block.
DesReuseBlockRevision.schematicSnippet ● DesDownloadableFile! non-null object
The circuitry on a single schematic sheet saved as a reuse block.
Interfaces
Node interface
The node interface is implemented by entities that have a global unique identifier.