Ace API Reference
    Preparing search index...

    Interface HardWrapOptions

    interface HardWrapOptions {
        allowMerge?: boolean;
        column?: number;
        endRow: number;
        startRow: number;
    }
    Index

    Properties

    allowMerge?: boolean

    Whether to merge short adjacent lines that fit within the limit

    column?: number

    Maximum column width for line wrapping (defaults to editor's print margin)

    endRow: number

    Last row of the range to process

    startRow: number

    First row of the range to process