Skip to content

本页由脚本自动生成,请勿手动编辑。如需补充说明,请使用 ::: tip 块。

Defined in: plugins/rect/rect.d.ts:4

Extends

Properties

x?

ts
optional x?: number;

Defined in: plugins/rect/rect.d.ts:5


y?

ts
optional y?: number;

Defined in: plugins/rect/rect.d.ts:6


fill?

ts
optional fill?: string;

Defined in: plugins/rect/rect.d.ts:7


stroke?

ts
optional stroke?: string;

Defined in: plugins/rect/rect.d.ts:8


strokeWidthMM?

ts
optional strokeWidthMM?: number;

Defined in: plugins/rect/rect.d.ts:9


xmm?

ts
optional xmm?: number;

Defined in: plugins/rect/rect.d.ts:10

Overrides

BaseGraphicElementOptions.xmm


ymm?

ts
optional ymm?: number;

Defined in: plugins/rect/rect.d.ts:11

Overrides

BaseGraphicElementOptions.ymm


wmm?

ts
optional wmm?: number;

Defined in: types/base-graphic-element.d.ts:8

Inherited from

BaseGraphicElementOptions.wmm


hmm?

ts
optional hmm?: number;

Defined in: types/base-graphic-element.d.ts:9

Inherited from

BaseGraphicElementOptions.hmm


rotation?

ts
optional rotation?: number;

Defined in: types/base-graphic-element.d.ts:10

Inherited from

BaseGraphicElementOptions.rotation


scaleX?

ts
optional scaleX?: number;

Defined in: types/base-graphic-element.d.ts:11

Inherited from

BaseGraphicElementOptions.scaleX


scaleY?

ts
optional scaleY?: number;

Defined in: types/base-graphic-element.d.ts:12

Inherited from

BaseGraphicElementOptions.scaleY


visible?

ts
optional visible?: boolean;

Defined in: types/base-graphic-element.d.ts:13

Inherited from

BaseGraphicElementOptions.visible


locked?

ts
optional locked?: boolean;

Defined in: types/base-graphic-element.d.ts:14

Inherited from

BaseGraphicElementOptions.locked


draggable?

ts
optional draggable?: boolean;

Defined in: types/base-graphic-element.d.ts:15

Inherited from

BaseGraphicElementOptions.draggable


transferable?

ts
optional transferable?: boolean;

Defined in: types/base-graphic-element.d.ts:16

Inherited from

BaseGraphicElementOptions.transferable

基于 MIT 许可发布