Interface StructureReplaceSectionDataOptions

interface StructureReplaceSectionDataOptions {
    autoExpand?: boolean;
}

Properties

Properties

autoExpand?: boolean

Whether to automatically expand the structure to fit the data if necessary, instead of cropping it.

false