Type Alias StackingContext

StackingContext: {
    node: Element;
    reason: string;
}

Type declaration

  • node: Element
    • A DOM Element.
  • reason: string
    • Reason for why a stacking context was created.