Type Alias StackingContext

Describes why a stacking context is created.

type StackingContext = {
    node: Element;
    reason: string;
}
Index
node: Element

A DOM Element.

reason: string

Reason for why a stacking context was created.