Designer API
Control the Webflow Designer
style.isComboClass()
Check if a style is a combo class.
1style.isComboClass(): Promise<boolean>
Promise<boolean>
A Promise that resolves to a boolean value.
1// Check if a style is a combo class2const isComboClass = await style.isComboClass()
Try this example