VMPrint API Reference - v1.0.0
    Preparing search index...

    Interface SpatialBlockObstacle

    interface SpatialBlockObstacle {
        align: "left" | "right" | "center";
        content: SpatialFlowBlock;
        gap: number;
        height: number;
        kind: "block-obstacle";
        mode: "float" | "story-absolute";
        resolvedX: number;
        source: SpatialSourceRef;
        width: number;
        wrap: "around" | "top-bottom" | "none";
        yAnchor: "at-cursor";
    }
    Index

    Properties

    align: "left" | "right" | "center"
    gap: number
    height: number
    kind: "block-obstacle"
    mode: "float" | "story-absolute"
    resolvedX: number
    width: number
    wrap: "around" | "top-bottom" | "none"
    yAnchor: "at-cursor"