Documentation

matchLayoutValues()

Checks if given layout values match the current layout.

matchLayoutValues(layout: Partial<UIContainer.Layout>): boolean;

Notes

Parameters

Return value

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

Related