Back to Content

CSSFunctionDescriptors: result property

files/en-us/web/api/cssfunctiondescriptors/result/index.md

latest564 B
Original Source

{{ APIRef("CSSOM") }}{{SeeCompatTable}}

The result property of the {{domxref("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 {{domxref("CSSFunctionDescriptors")}} reference page for an example.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{cssxref("@function")}}