CSSFunctionDescriptors: result property

The result property of the CSSFunctionDescriptors interface returns a string representing a result descriptor, if one exists in the associated set of declarations.

Value

A string.

If no result descriptor exists in the associated set of declarations, an empty string is returned.

Examples

See the main CSSFunctionDescriptors reference page for an example.

Specifications

Specification
CSS Functions and Mixins Module
# dom-cssfunctiondescriptors-result

Browser compatibility

See also