Home
last modified time | relevance | path

Searched refs:subheader (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A DBUILD.gn21 src_js = rebase_path("subheader.js")
22 dst_file = rebase_path(target_out_dir + "/subheader.abc")
23 in_puts = [ "subheader.js" ]
24 out_puts = [ target_out_dir + "/subheader.abc" ]
30 get_label_info(":gen_subheader_abc", "target_out_dir") + "/subheader.abc"
37 get_label_info(":gen_subheader_abc", "target_out_dir") + "/subheader.abc"
42 ohos_shared_library("subheader") {
43 sources = [ "subheader.cpp" ]
/ohos5.0/foundation/arkui/advanced_ui_component/interface/subheader/
H A DBUILD.gn19 src_js = rebase_path("subheader.js")
20 dst_file = rebase_path(target_out_dir + "/subheader.abc")
21 in_puts = [ "subheader.js" ]
22 out_puts = [ target_out_dir + "/subheader.abc" ]
27 input = get_label_info(":gen_subheader_abc", "target_out_dir") + "/subheader.abc"
32 ohos_shared_library("subheader") {
33 sources = [ "subheader.cpp" ]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/
H A DBUILD.gn43 "subheader/interfaces:subheader",
/ohos5.0/foundation/arkui/advanced_ui_component/doc/
H A DReadme-CN.md7 - [SubHeader](ts-composite-components-subheader.md)
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/sdk/
H A Dsharedlib_config.gni402 label = "//foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces:subheader"
405 lib_names = [ "subheader" ]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js26 const subheader = requireNapi('arkui.advanced.SubHeader'); constant
34 const SubHeader = subheader.SubHeader;
35 const OperationType = subheader.OperationType;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-SubHeader.md4 A subheader signifies the top of a list or the beginning a subdivision of content and tells the use…