Go to file
openharmony_ci 02b788b350
!11154 make dialog movable and draggable
Merge pull request !11154 from 瓜瓜地雷/master
2024-05-10 07:47:22 +00:00
api !11154 make dialog movable and draggable 2024-05-10 07:47:22 +00:00
arkts !10954 support ASON 2024-05-03 11:39:54 +00:00
build-tools !11094 【master】错误码描述修改 2024-05-09 13:44:18 +00:00
kits !10481 新增ArkGraphics3D新功能 2024-05-05 09:46:20 +00:00
.gitattributes
BUILD.gn
interface_config.gni
LICENSE
OAT.xml
process_internal.py
README_zh.md
README.md
remove_internal.py
remove_internal.pydeps
remove_list.json

Public Repository for API Declaration Files

Overview

This repository is used to store .d.ts declaration files of JavaScript/TypeScript APIs and API-related tools.

Directory Structure

├─api
|  ├─@internal
│  |  ├─component
│  |  |  └─ets                 # Declaration file for components in the TypeScript-based declarative development paradigm
|  |  └─ets 
|  ├─config                    # JavaScript-based web-like development paradigm
|  ├─form                      # JavaScript service widget
|  ├─@ohos.×××.d.ts            # API declaration file
|  └─@system.×××.d.ts          # Deprecated APIs
├─build-tools
   ├─api_check_plugin          # Tool for checking API specifications
   |  ├─plugin
   |  ├─src
   |  └─test
   └─collect_application_api   # Tool for parsing used APIs
      └─src

Repositories Involved

interface-sdk_js