Interface SpecificationData

Represents a specification.

Hierarchy

  • SpecificationData

Index

Properties

creatorId

creatorId: string

The identifier of the user who created the specification.

creatorName

creatorName: string

The name of the user who created the specification.

dateCreated

dateCreated: string

The date that the specification was created in ISO format.

dateEdited

dateEdited: string

The date that the specification was last edited in ISO format.

editorId

editorId: string

The identifier of the user who last edited the specification.

editorName

editorName: string

The name of the user who last edited the specification.

id

id: number

The unique identifier of the specification.

isArchived

isArchived: boolean

Whether the specification has been archived.

isCreatorPermitted

isCreatorPermitted: boolean

Whether the creator has permissions to access the specification.

isUniversal

isUniversal: boolean

Whether everyone is permitted to access the specification.

name

name: string

The name of the specification.

originalProjectName

originalProjectName: string

The original project name of the specification.

parentId

parentId: number

The unique identifier of the specification's parent, if it has one.

projectId

projectId: string

The unique identifier of the project that this specification belongs to.

specificationImageUrl

specificationImageUrl: string

The resource path of the specification's image.

stateId

stateId: string

The identifier of the state that the specification is currently in.

stateName

stateName: string

The name of the state that the specification is currently in.

stateType

stateType: string

The type of the state that the specification is currently in.

tags

tags: string[]

An array of specification tags.