Lines Matching refs:old
190 | ohos.prompt | ActionMenuOptions |old : title?: string;<br>new : title?: string \| Resource; | Up…
191 | ohos.prompt | ShowDialogOptions |old : message?: string;<br>new : message?: string \| Resource; …
192 | ohos.prompt | ShowDialogOptions |old : title?: string;<br>new : title?: string \| Resource; | Up…
193 | ohos.prompt | Button |old : color: string;<br>new : color: string \| Resource; | Updated|
194 | ohos.prompt | Button |old : text: string;<br>new : text: string \| Resource; | Updated|
195 | ohos.prompt | ShowToastOptions |old : message: string;<br>new : message: string \| Resource; | U…
196 | ArkUI | BorderOptions |old : style?: BorderStyle;<br>new : style?: EdgeStyles \| BorderStyle; | U…
197 | ArkUI | BorderOptions |old : radius?: Length;<br>new : radius?: BorderRadiuses \| Length; | Upda…
198 | ArkUI | BorderOptions |old : color?: ResourceColor;<br>new : color?: EdgeColors \| ResourceColor;…
199 | ArkUI | BorderOptions |old : width?: Length;<br>new : width?: EdgeWidths \| Length; | Updated|
200 | ArkUI | AnimateParam |old : curve?: Curve \| string;<br>new : curve?: Curve \| string \| ICurve; …