@vivliostyle/core
    Preparing search index...

    Type Alias SinglePageFloatLayoutResult

    type SinglePageFloatLayoutResult = {
        floatArea: Layout.PageFloatArea | null;
        newPosition: Vtree.ChunkPosition | null;
        pageFloatFragment: PageFloats.PageFloatFragment | null;
    }
    Index

    Properties

    floatArea: Layout.PageFloatArea | null
    newPosition: Vtree.ChunkPosition | null
    pageFloatFragment: PageFloats.PageFloatFragment | null