Home
last modified time | relevance | path

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

/interface/sdk-js/api/@internal/component/ets/
Dpath.d.ts89 … (value?: { width?: number | string; height?: number | string; commands?: string }): PathAttribute;
129 (value?: { width?: number | string; height?: number | string; commands?: string }): PathAttribute;
166 declare class PathAttribute extends CommonShapeMethod<PathAttribute> { class
205 commands(value: string): PathAttribute;
270 declare const PathInstance: PathAttribute;
Dslider.d.ts711 shape?: CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute;
Dcommon.d.ts14948 clip(value: boolean | CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute): T;
14988 mask(value: CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute | ProgressMask): T;