Get parent style
Get the parent style of a combo class style.
style.getParent()Get the parent style of a class when you’ve determined that a style is a combo class and you want to:
Promise<Style | null>
A Promise that resolves to a Style object if a parent exists, or null if no parent is found.