@vivliostyle/core
    Preparing search index...

    Interface LayoutConstraint

    Represents a constraint on layout

    interface LayoutConstraint {
        allowLayout(nodeContext: Vtree.NodeContext): boolean;
    }

    Implemented by

    Index

    Methods

    Methods

    • Returns if this constraint allows the node context to be laid out at the current position.

      Parameters

      Returns boolean