本页由脚本自动生成,请勿手动编辑。如需补充说明,请使用
::: tip块。
Defined in: plugins/rect/rect.d.ts:4
Extends
Properties
x?
optional x?: number;Defined in: plugins/rect/rect.d.ts:5
y?
optional y?: number;Defined in: plugins/rect/rect.d.ts:6
fill?
optional fill?: string;Defined in: plugins/rect/rect.d.ts:7
stroke?
optional stroke?: string;Defined in: plugins/rect/rect.d.ts:8
strokeWidthMM?
optional strokeWidthMM?: number;Defined in: plugins/rect/rect.d.ts:9
xmm?
optional xmm?: number;Defined in: plugins/rect/rect.d.ts:10
Overrides
ymm?
optional ymm?: number;Defined in: plugins/rect/rect.d.ts:11
Overrides
wmm?
optional wmm?: number;Defined in: types/base-graphic-element.d.ts:8
Inherited from
hmm?
optional hmm?: number;Defined in: types/base-graphic-element.d.ts:9
Inherited from
rotation?
optional rotation?: number;Defined in: types/base-graphic-element.d.ts:10
Inherited from
BaseGraphicElementOptions.rotation
scaleX?
optional scaleX?: number;Defined in: types/base-graphic-element.d.ts:11
Inherited from
BaseGraphicElementOptions.scaleX
scaleY?
optional scaleY?: number;Defined in: types/base-graphic-element.d.ts:12
Inherited from
BaseGraphicElementOptions.scaleY
visible?
optional visible?: boolean;Defined in: types/base-graphic-element.d.ts:13
Inherited from
BaseGraphicElementOptions.visible
locked?
optional locked?: boolean;Defined in: types/base-graphic-element.d.ts:14
Inherited from
BaseGraphicElementOptions.locked
draggable?
optional draggable?: boolean;Defined in: types/base-graphic-element.d.ts:15
Inherited from
BaseGraphicElementOptions.draggable
transferable?
optional transferable?: boolean;Defined in: types/base-graphic-element.d.ts:16