@vivliostyle/core
    Preparing search index...

    Type Alias NodePositionStep

    type NodePositionStep = {
        formattingContext: Vtree.FormattingContext | null;
        fragmentIndex: number;
        node: Node;
        nodeShadow: Vtree.ShadowContext | null;
        shadowContext: Vtree.ShadowContext | null;
        shadowSibling: Vtree.NodePositionStep | null;
        shadowType: Vtree.ShadowType;
    }
    Index

    Properties

    formattingContext: Vtree.FormattingContext | null
    fragmentIndex: number
    node: Node
    nodeShadow: Vtree.ShadowContext | null
    shadowContext: Vtree.ShadowContext | null
    shadowSibling: Vtree.NodePositionStep | null
    shadowType: Vtree.ShadowType