Nutrient Web SDK
    Preparing search index...

    Interface LayoutInput

    Subset of layout properties writable through instance.contentEditor.setLayout(). All properties are optional — only fields you want to change need to be set. Use maxWidth: null to clear an existing width constraint.

    interface LayoutInput {
        maxWidth?: number | null;
    }
    Index

    Properties

    Properties

    maxWidth?: number | null