geoview-core
    Preparing search index...

    Type Alias TransformOptions

    TransformOptions: InteractionOptions & {
        enableDelete?: boolean;
        features?: Collection<Feature>;
        geometryGroupKey?: string;
        hitTolerance?: number;
        keepAspectRatio?: boolean;
        rotate?: boolean;
        scale?: boolean;
        source?: VectorSource;
        stretch?: boolean;
        translate?: boolean;
    }

    Supported options for transform interactions