Documentation

matchStyleValues()

Checks if given styles match with the current style object.

matchStyleValues(style: Record<string, any>): boolean;

Notes

Parameters

Return value

True, if all of the properties in the provided object match with current style.

Related