Back to Content

CSSFunctionRule: name property

files/en-us/web/api/cssfunctionrule/name/index.md

latest398 B
Original Source

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

The name property of the {{domxref("CSSFunctionRule")}} interface returns a string representing the custom function's name.

Value

A string.

Examples

See the main {{domxref("CSSFunctionRule")}} reference page for an example.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

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