| autocomplete-color-function.mjs |
Compute the autocomplete data for the passed color() function.
@param {object} params
@param {Function} params.getCSSValuesForPropertyName: A function that returns a list of
CSS values valid for a provided property name to use for the autocompletion.
@param {Array<InspectorCSSToken>} params.functionTokens: The tokens representing the
function parameters (i.e. what's inside the parenthesis)
@returns {object} Returns an object of the following shape:
- {Array<string>} list: The list of autocomplete items
|
2790 |
100 % |
| constants.mjs |
|
438 |
100 % |
| moz.build |
|
441 |
- |