Type Alias StackingContext

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

Properties

Properties

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