Skip to content

Function: checkPropertyAssignments()

ts
function checkPropertyAssignments(assignments, index): Diagnostic[];

Defined in: packages/providers/src/index.ts:46

Consumer-side diagnostics for custom-property assignments (--x: value must match its @property syntax).

Parameters

assignments

readonly PropertyAssignment[]

index

CssDocIndex

Returns

Diagnostic[]

Released under the MIT License