componentClassKeys property

Set<String> componentClassKeys
final

Component class keys used by this node (for pages/components only).

This is a convenience field that stores the raw component keys (without the 'widgetClass:' prefix) for easy comparison when detecting component usage changes.

Implementation

final Set<String> componentClassKeys;