Appearance
Documentation / @geoverse/vue / GvTransform
Variable: GvTransform
ts
const GvTransform: DefineComponent<ExtractPropTypes<{
active: {
default: boolean;
type: BooleanConstructor;
};
features: {
default: () => never[];
type: PropType<Feature<Geometry, {
[x: string]: any;
}>[]>;
};
rotate: {
default: boolean;
type: BooleanConstructor;
};
scale: {
default: boolean;
type: BooleanConstructor;
};
stretch: {
default: boolean;
type: BooleanConstructor;
};
translate: {
default: boolean;
type: BooleanConstructor;
};
}>, () => null, {
}, {
}, {
}, ComponentOptionsMixin, ComponentOptionsMixin, {
}, string, PublicProps, ToResolvedProps<ExtractPropTypes<{
active: {
default: boolean;
type: BooleanConstructor;
};
features: {
default: () => never[];
type: PropType<Feature<Geometry, {
[x: string]: any;
}>[]>;
};
rotate: {
default: boolean;
type: BooleanConstructor;
};
scale: {
default: boolean;
type: BooleanConstructor;
};
stretch: {
default: boolean;
type: BooleanConstructor;
};
translate: {
default: boolean;
type: BooleanConstructor;
};
}>, {
}>, {
active: boolean;
features: Feature<Geometry, {
[x: string]: any;
}>[];
rotate: boolean;
scale: boolean;
stretch: boolean;
translate: boolean;
}, {
}, {
}, {
}, string, ComponentProvideOptions, true, {
}, any>;Defined in: components/interactions.ts:172
要素变换交互(平移 / 旋转 / 缩放)。@experimental,依赖可选 peer ol-ext。
