Searched refs:Resource (Results 1 – 25 of 39) sorted by relevance
12
| /interface/sdk-js/api/@internal/component/ets/ |
| D | action_sheet.d.ts | 47 title: string | Resource; 64 icon?: string | Resource; 116 title: string | Resource; 142 message: string | Resource; 205 value: string | Resource; 308 offset?: { dx: number | string | Resource; dy: number | string | Resource };
|
| D | units.d.ts | 39 declare type Resource = import('../api/global/resource').Resource; alias 62 declare type Length = string | number | Resource; 118 declare type Dimension = PX | VP | FP | LPX | Percentage | Resource; 141 declare type ResourceStr = string | Resource; 744 declare type ResourceColor = Color | number | string | Resource; 866 family?: string | Resource; 1509 export type { Resource, ResourceStr };
|
| D | text.d.ts | 68 (content?: string | Resource): TextAttribute; 156 fontSize(value: number | string | Resource): TextAttribute; 185 minFontSize(value: number | string | Resource): TextAttribute; 214 maxFontSize(value: number | string | Resource): TextAttribute; 330 lineHeight(value: number | string | Resource): TextAttribute; 388 fontFamily(value: string | Resource): TextAttribute;
|
| D | hyperlink.d.ts | 35 (address: string | Resource, content?: string | Resource): HyperlinkAttribute; 54 color(value: Color | number | string | Resource): HyperlinkAttribute;
|
| D | text_picker.d.ts | 33 icon: string | Resource; 43 text?: string | Resource; 61 text: string | Resource; 105 …range: string[] | string[][] | Resource | TextPickerRangeContent[] | TextCascadePickerRangeContent…
|
| D | span.d.ts | 68 (value: string | Resource): SpanAttribute; 156 fontSize(value: number | string | Resource): SpanAttribute; 243 fontFamily(value: string | Resource): SpanAttribute;
|
| D | data_panel.d.ts | 151 radius?: number | Resource; 173 offsetX?: number | Resource; 184 offsetY?: number | Resource;
|
| D | sidebar.d.ts | 219 shown: string | PixelMap | Resource; 220 hidden: string | PixelMap | Resource; 221 switching?: string | PixelMap | Resource;
|
| D | tab_content.d.ts | 503 tabBar(value: string | Resource | CustomBuilder | 504 { icon?: string | Resource; text?: string | Resource }): TabContentAttribute;
|
| D | shape.d.ts | 380 strokeOpacity(value: number | string | Resource): ShapeAttribute; 409 fillOpacity(value: number | string | Resource): ShapeAttribute;
|
| D | video.d.ts | 216 src?: string | Resource; 250 previewUri?: string | PixelMap | Resource;
|
| D | common.d.ts | 856 declare function $r(value: string, ...params: any[]): Resource; 885 declare function $rawfile(value: string): Resource; 3284 radius: number | Resource; 3321 color?: Color | string | Resource; 3347 offsetX?: number | Resource; 3373 offsetY?: number | Resource; 3795 source?: string | Resource | LinearGradient, 5522 maskColor?: Color | string | Resource | number; 5539 popupColor?: Color | string | Resource | number; 6447 opacity(value: number | Resource): T; [all …]
|
| D | marquee.d.ts | 239 fontFamily(value: string | Resource): MarqueeAttribute;
|
| D | calendar_picker.d.ts | 62 hintRadius?: number | Resource;
|
| D | image_animator.d.ts | 92 src: string | Resource;
|
| D | text_input.d.ts | 454 onIconSrc?: string | Resource; 463 offIconSrc?: string | Resource;
|
| D | water_flow.d.ts | 262 friction(value: number | Resource): WaterFlowAttribute;
|
| /interface/sdk-js/api/ |
| D | @ohos.measure.d.ts | 18 import { Resource } from 'GlobalResource'; 42 textContent: string | Resource; 51 constraintWidth?: number | string | Resource; 60 fontSize?: number | string | Resource; 87 fontFamily?: string | Resource; 132 lineHeight?: number | string | Resource;
|
| D | @ohos.promptAction.d.ts | 19 import { Resource } from 'GlobalResource'; 61 message: string | Resource; 130 text: string | Resource; 147 color: string | Resource; 209 title?: string | Resource; 226 message?: string | Resource; 338 title?: string | Resource;
|
| D | @ohos.resourceManager.d.ts | 17 import { Resource as _Resource } from './global/resource'; 512 getStringValue(resource: Resource, callback: _AsyncCallback<string>): void; 541 getStringValue(resource: Resource): Promise<string>; 594 getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void; 623 getStringArrayValue(resource: Resource): Promise<Array<string>>; 674 getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void; 691 … getMediaContent(resource: Resource, density: number, callback: _AsyncCallback<Uint8Array>): void; 718 getMediaContent(resource: Resource): Promise<Uint8Array>; 735 getMediaContent(resource: Resource, density: number): Promise<Uint8Array>; 789 getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void; [all …]
|
| D | @ohos.font.d.ts | 43 familyName: string | Resource; 59 familySrc: string | Resource;
|
| D | @ohos.arkui.advanced.ToolBar.d.ets | 67 * @type { Resource }. 70 icon?: Resource; 73 * @type { Resource }.
|
| D | @ohos.prompt.d.ts | 19 import { Resource } from 'GlobalResource';
|
| /interface/sdk-js/api/bundleManager/ |
| D | ApplicationInfo.d.ts | 17 import { Resource } from '../global/resource'; 255 readonly iconResource: Resource; 264 readonly labelResource: Resource; 273 readonly descriptionResource: Resource;
|
| /interface/sdk-js/api/global/ |
| D | resource.d.ts | 23 export interface Resource { interface
|
12