Go to file
openharmony_ci 263fdc0f11
!13841 分段按钮icon添加无障碍文本接口
Merge pull request !13841 from zhaoyong/segmentbutton
2024-09-25 12:47:31 +00:00
api !13841 分段按钮icon添加无障碍文本接口 2024-09-25 12:47:31 +00:00
arkts Ason map update to api 13 2024-08-23 16:59:59 +08:00
build-tools update build-tools/api_check_plugin/code_style_rule.json. 2024-09-14 09:02:02 +00:00
kits add popover api 2024-09-12 22:50:01 +08:00
.gitattributes
.gitignore
BUILD.gn
interface_config.gni
LICENCE.md
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