Home
last modified time | relevance | path

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

/interface/sdk-js/api/@internal/component/ets/
Dline.d.ts74 new (value?: { width?: string | number; height?: string | number }): LineAttribute;
109 (value?: { width?: string | number; height?: string | number }): LineAttribute;
136 declare class LineAttribute extends CommonShapeMethod<LineAttribute> { class
164 startPoint(value: Array<any>): LineAttribute;
193 endPoint(value: Array<any>): LineAttribute;
240 declare const LineInstance: LineAttribute;