CSSFunctionRule: name property

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The name property of the CSSFunctionRule interface returns a string representing the custom function's name.

Value

A string.

Examples

See the main CSSFunctionRule reference page for an example.

Specifications

See also