Encapsulates a layer resource, holding attributes like rotation details, plus relationships to the members covering that layer.

Hierarchy

  • Layer

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
attributes?: LayerAttributes

Describes key properties of a Layer, including rotation details, name, start/end times, and any restrictions.

id?: string

A unique identifier for this layer.

relationships?: LayerRelationships

Holds references to objects related to the Layer entity, such as its members.

type: LayerType

Layers resource type.

Generated using TypeDoc