Add descriptions for properties.
This commit is contained in:
@@ -15,8 +15,8 @@ import {getTransformFromProjections, getUserProjection} from './proj.js';
|
||||
/**
|
||||
* @typedef {Object} State
|
||||
* @property {CanvasRenderingContext2D} context Canvas context that the layer is being rendered to.
|
||||
* @property {import("./Feature.js").FeatureLike} feature
|
||||
* @property {import("./geom/SimpleGeometry.js").default} geometry
|
||||
* @property {import("./Feature.js").FeatureLike} feature Feature.
|
||||
* @property {import("./geom/SimpleGeometry.js").default} geometry Geometry.
|
||||
* @property {number} pixelRatio Pixel ratio used by the layer renderer.
|
||||
* @property {number} resolution Resolution that the render batch was created and optimized for.
|
||||
* This is not the view's resolution that is being rendered.
|
||||
|
||||
Reference in New Issue
Block a user