interface SegmentActionOptions {
    createNodes?: boolean;
    shouldSerialize?: boolean;
    snappedFeatures?: SnappedFeature[];
}

Hierarchy (View Summary)

Properties

createNodes?: boolean
shouldSerialize?: boolean
snappedFeatures?: SnappedFeature[]