Document the input to an attribution function
This commit is contained in:
@@ -7,8 +7,8 @@ import {abstract} from '../util.js';
|
|||||||
import {get as getProjection} from '../proj.js';
|
import {get as getProjection} from '../proj.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A function that returns a string or an array of strings representing source
|
* A function that takes a {@link module:ol/PluggableMap~FrameState} and returns a string or
|
||||||
* attributions.
|
* an array of strings representing source attributions.
|
||||||
*
|
*
|
||||||
* @typedef {function(import("../PluggableMap.js").FrameState): (string|Array<string>)} Attribution
|
* @typedef {function(import("../PluggableMap.js").FrameState): (string|Array<string>)} Attribution
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user