Type alias VectorPropertiesPrimitiveOptions<T>

VectorPropertiesPrimitiveOptions<T>: {
    additionalOptions?: Record<string, unknown>;
    depthFailColor?: Color | ColorLike;
    geometryOptions: VectorPropertiesGeometryOptions<T>;
    offset?: Coordinate;
    type: T;
}

Type Parameters

Type declaration

  • Optional additionalOptions?: Record<string, unknown>

    additional options passed to the Primitive constructor

  • Optional depthFailColor?: Color | ColorLike
  • geometryOptions: VectorPropertiesGeometryOptions<T>

    the options for the specified geometry

  • Optional offset?: Coordinate

    an offset to apply to the geometry

  • type: T

Generated using TypeDoc