Home
last modified time | relevance | path

Searched refs:PolygonAttribute (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/api/@internal/component/ets/
Dpolygon.d.ts56 new (value?: { width?: string | number; height?: string | number }): PolygonAttribute;
85 (value?: { width?: string | number; height?: string | number }): PolygonAttribute;
88 declare class PolygonAttribute extends CommonShapeMethod<PolygonAttribute> { class
116 points(value: Array<any>): PolygonAttribute;
163 declare const PolygonInstance: PolygonAttribute;