Class ConnectorInternal

Contains the result data.

Hierarchy

Properties

boardId: string
captions?: Caption[]

Blocks of text you want to display on the connector.

createdAt?: Date

Date and time when the connector was created.
Format: UTC, adheres to ISO 8601, includes a trailing Z offset.

createdBy?: CreatedBy
id: string

Unique identifier (ID) of a connector.

isSupported?: boolean

Indicates whether the connector is supported at the moment. If this parameter returns false, we do not support the connector at the moment. We do not allow updates for unsupported connectors and we might not return all data about the connector, such as intermediate points and connection points to the canvas.

links?: SelfLink
modifiedAt?: Date

Date and time when the connector was last modified.
Format: UTC, adheres to ISO 8601, includes a trailing Z offset.

modifiedBy?: ModifiedBy
shape?: string = ConnectorWithLinks.ShapeEnum.Curved

The path type of the connector line, defines curvature. Default: curved.

type?: string

Type of board object that is returned.

Methods