Builder

class Builder(val values: List<String>, val nodeId: NodeId)

A builder for ResolveValuesRequest, which allows setting the optional parameters of the CSSDomain.resolveValues command via a lambda.

Constructors

Link copied to clipboard
constructor(values: List<String>, nodeId: NodeId)

Properties

Link copied to clipboard

Id of the node in whose context the expression is evaluated

Link copied to clipboard

Only longhands and custom property names are accepted.

Link copied to clipboard

Pseudo element custom ident.

Link copied to clipboard

Pseudo element type, only works for pseudo elements that generate elements in the tree, such as ::before and ::after.

Link copied to clipboard

Cascade-dependent keywords (revert/revert-layer) do not work.

Functions

Link copied to clipboard