@quicktvui/quicktvui3 1.2.0 → 3.0.0-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. package/dist/index.css +17 -29
  2. package/dist/index.js +7 -10
  3. package/dist/src/animation/QTAnimation.android.d.ts +3 -0
  4. package/dist/src/animation/QTAnimation.harmony.d.ts +3 -0
  5. package/dist/src/animation/QTIAnimation.d.ts +19 -9
  6. package/dist/src/animation/QtAnimationAPI.d.ts +16 -34
  7. package/dist/src/animation/types.d.ts +40 -0
  8. package/dist/src/app/QTAppIcon.d.ts +1 -1
  9. package/dist/src/app/QtAppIconAPI.d.ts +5 -5
  10. package/dist/src/base/QTIBaseView.d.ts +10 -10
  11. package/dist/src/base/QtBaseNativeViewAPI.d.ts +2 -0
  12. package/dist/src/base/QtBaseViewAPI.d.ts +45 -0
  13. package/dist/src/base/useBaseView.d.ts +11 -11
  14. package/dist/src/button/QTIButton.d.ts +1 -1
  15. package/dist/src/button/QtButtonAPI.d.ts +3 -3
  16. package/dist/src/button/index.vue.d.ts +21 -21
  17. package/dist/src/canvas/CanvasGradient.d.ts +36 -0
  18. package/dist/src/canvas/QTCanvasView.d.ts +3 -0
  19. package/dist/src/canvas/QTICanvasView.d.ts +50 -0
  20. package/dist/src/canvas/QtCanvasViewAPI.d.ts +54 -0
  21. package/dist/src/classified-list-view/QtClassifiedListViewAPI.d.ts +6 -6
  22. package/dist/src/classified-list-view/core/QTClassifiedListViewItem.d.ts +2 -2
  23. package/dist/src/classified-list-view/core/QTIClassifiedListView.d.ts +2 -2
  24. package/dist/src/classified-list-view/index.vue.d.ts +21 -21
  25. package/dist/src/collapse/QtCollapseAPI.d.ts +7 -7
  26. package/dist/src/collapse/core/QTCollapse.d.ts +1 -1
  27. package/dist/src/collapse/core/QTICollapse.d.ts +3 -3
  28. package/dist/src/collapse/core/QTICollapseItem.d.ts +2 -2
  29. package/dist/src/collapse/index.vue.d.ts +18 -18
  30. package/dist/src/column/QTIColumn.d.ts +1 -1
  31. package/dist/src/column/QtColumnAPI.d.ts +3 -3
  32. package/dist/src/core/QTFlexStyleGradientBackground.d.ts +1 -1
  33. package/dist/src/core/QTLocation.d.ts +2 -2
  34. package/dist/src/dialog/QTDialog.d.ts +1 -1
  35. package/dist/src/dialog/QTIDialog.d.ts +1 -1
  36. package/dist/src/file-browse/QTFileBrowse.d.ts +3 -0
  37. package/dist/src/file-browse/QTIFileBrowse.d.ts +8 -0
  38. package/dist/src/gradient/QTGradient.d.ts +3 -3
  39. package/dist/src/grid-view/QtGridViewAPI.d.ts +7 -7
  40. package/dist/src/grid-view/core/QTGridViewItem.d.ts +1 -1
  41. package/dist/src/grid-view/core/QTIGridView.d.ts +2 -2
  42. package/dist/src/grid-view/index.vue.d.ts +32 -32
  43. package/dist/src/image/QTIImage.d.ts +2 -2
  44. package/dist/src/image/QtImageAPI.d.ts +6 -6
  45. package/dist/src/image/index.vue.d.ts +12 -12
  46. package/dist/src/index.d.ts +25 -7
  47. package/dist/src/list/QTIBaseListView.d.ts +5 -5
  48. package/dist/src/list/QtBaseListViewAPI.d.ts +6 -6
  49. package/dist/src/list/useBaseListView.d.ts +6 -6
  50. package/dist/src/list/useListView.d.ts +49 -0
  51. package/dist/src/list-indicator/QTIndicatorListViewComponent.d.ts +1 -1
  52. package/dist/src/list-indicator/QtIndicatorViewAPI.d.ts +7 -7
  53. package/dist/src/list-indicator/core/QTIIndicatorView.d.ts +2 -2
  54. package/dist/src/list-item/ESListItemComponent.d.ts +1 -1
  55. package/dist/src/list-item/QtListItemAPI.d.ts +5 -5
  56. package/dist/src/list-view/QTListViewComponent.d.ts +1 -1
  57. package/dist/src/list-view/QtListViewAPI.d.ts +7 -7
  58. package/dist/src/list-view/core/QTIListView.d.ts +2 -2
  59. package/dist/src/list-view/core/QTListViewItem.d.ts +2 -2
  60. package/dist/src/loading/QTILoadingView.d.ts +1 -1
  61. package/dist/src/loading/QTLoadingView.d.ts +1 -1
  62. package/dist/src/loading/QtLoadingAPI.d.ts +3 -3
  63. package/dist/src/long-image/QTILongImage.d.ts +22 -0
  64. package/dist/src/long-image/QTLongImage.d.ts +3 -0
  65. package/dist/src/long-image/QTLongImageEventBean.d.ts +55 -0
  66. package/dist/src/long-image/QTLongImageOrientation.d.ts +7 -0
  67. package/dist/src/long-image/QTLongImagePositionType.d.ts +5 -0
  68. package/dist/src/long-image/QTLongImageScaleType.d.ts +9 -0
  69. package/dist/src/long-image/QtLongImageAPI.d.ts +4 -0
  70. package/dist/src/long-image/index.vue.d.ts +211 -0
  71. package/dist/src/lottie/QTILottieView.d.ts +4 -4
  72. package/dist/src/lottie/QTLottieView.android.d.ts +3 -0
  73. package/dist/src/lottie/QTLottieView.harmony.d.ts +3 -0
  74. package/dist/src/lottie/QtLottieViewAPI.d.ts +8 -8
  75. package/dist/src/nav-bar/QTINavBar.d.ts +2 -2
  76. package/dist/src/nav-bar/QTNavBar.d.ts +1 -1
  77. package/dist/src/nav-bar/QTNavBarItem.d.ts +2 -2
  78. package/dist/src/nav-bar/QtNavBarAPI.d.ts +6 -6
  79. package/dist/src/nav-bar/index.vue.d.ts +18 -18
  80. package/dist/src/plugin/QTIPluginView.d.ts +1 -1
  81. package/dist/src/plugin/QTPluginView.d.ts +1 -1
  82. package/dist/src/plugin/QtPluginViewAPI.d.ts +5 -5
  83. package/dist/src/poster/QtPosterAPI.d.ts +3 -3
  84. package/dist/src/poster/core/QTIPoster.d.ts +1 -1
  85. package/dist/src/poster/core/QTPoster.d.ts +13 -13
  86. package/dist/src/poster/core/QTPosterCorner.d.ts +2 -2
  87. package/dist/src/poster/core/QTPosterElement.d.ts +1 -1
  88. package/dist/src/poster/core/QTPosterImage.d.ts +1 -1
  89. package/dist/src/poster/core/QTPosterRipple.d.ts +3 -3
  90. package/dist/src/poster/core/QTPosterScore.d.ts +4 -4
  91. package/dist/src/poster/core/QTPosterTitle.d.ts +5 -5
  92. package/dist/src/poster/index.vue.d.ts +19 -16
  93. package/dist/src/progressbar/QTIProgressBar.d.ts +8 -8
  94. package/dist/src/progressbar/QTProgressBar.d.ts +1 -1
  95. package/dist/src/progressbar/QtProgressBarAPI.d.ts +12 -12
  96. package/dist/src/qrcode/QTIQRCode.d.ts +1 -1
  97. package/dist/src/qrcode/QTQRCodeView.d.ts +1 -1
  98. package/dist/src/qrcode/QtQRCodeAPI.d.ts +3 -3
  99. package/dist/src/qt/QtAPI.d.ts +67 -31
  100. package/dist/src/qtListen/index.d.ts +6 -4
  101. package/dist/src/qtListen/qtArray.d.ts +1 -0
  102. package/dist/src/qtListen/qtDiff.d.ts +1 -1
  103. package/dist/src/qtListen/ref.d.ts +30 -0
  104. package/dist/src/qtListen/types.d.ts +13 -2
  105. package/dist/src/qtListen/watch.d.ts +6 -1
  106. package/dist/src/replace-child/QTIReplaceChildView.d.ts +1 -1
  107. package/dist/src/replace-child/QTReplaceChildView.d.ts +1 -1
  108. package/dist/src/replace-child/QtReplaceChildViewAPI.d.ts +5 -5
  109. package/dist/src/row/QTIRow.d.ts +1 -1
  110. package/dist/src/row/QtRowAPI.d.ts +3 -3
  111. package/dist/src/scroll-view/QTIScrollView.d.ts +1 -1
  112. package/dist/src/scroll-view/QTScrollView.d.ts +1 -1
  113. package/dist/src/scroll-view/QtScrollViewAPI.d.ts +5 -5
  114. package/dist/src/section/index.vue.d.ts +11 -11
  115. package/dist/src/seekbar/QTISeekBar.d.ts +8 -8
  116. package/dist/src/seekbar/QTSeekBar.d.ts +1 -1
  117. package/dist/src/seekbar/QtSeekBarAPI.d.ts +12 -12
  118. package/dist/src/series/DataAdapter.d.ts +6 -6
  119. package/dist/src/series/QTIMediaSeries.d.ts +6 -6
  120. package/dist/src/series/QTMediaSeries.d.ts +2 -2
  121. package/dist/src/series/QTMediaSeriesData.d.ts +1 -1
  122. package/dist/src/series/QTMediaSeriesEvent.d.ts +1 -1
  123. package/dist/src/series/QTMediaSeriesGroup.d.ts +1 -1
  124. package/dist/src/series/QtMediaSeriesAPI.d.ts +8 -8
  125. package/dist/src/series/component/media-series.vue.d.ts +9 -9
  126. package/dist/src/series/index.vue.d.ts +26 -22
  127. package/dist/src/series/item/media-series-number-item.vue.d.ts +4 -4
  128. package/dist/src/series/item/media-series-text-item.vue.d.ts +4 -4
  129. package/dist/src/tab/QTITab.d.ts +9 -9
  130. package/dist/src/tab/QTTab.d.ts +1 -1
  131. package/dist/src/tab/QTTabDataManager.d.ts +8 -8
  132. package/dist/src/tab/QTTabEvent.d.ts +2 -2
  133. package/dist/src/tab/QTTabEventParams.d.ts +1 -1
  134. package/dist/src/tab/QTTabItem.d.ts +1 -1
  135. package/dist/src/tab/QTTabPage.d.ts +1 -1
  136. package/dist/src/tab/QTTabPageData.d.ts +1 -1
  137. package/dist/src/tab/QTTabPageDataState.d.ts +1 -1
  138. package/dist/src/tab/QtTabAPI.d.ts +11 -11
  139. package/dist/src/tab/index.vue.d.ts +99 -33
  140. package/dist/src/tab/useQtTabWatch.d.ts +3 -0
  141. package/dist/src/text/QTIText.d.ts +2 -2
  142. package/dist/src/text/QTTextSpan.d.ts +1 -1
  143. package/dist/src/text/QTTextSpanAttribute.d.ts +1 -1
  144. package/dist/src/text/QtTextAPI.d.ts +6 -6
  145. package/dist/src/text/index.vue.d.ts +12 -12
  146. package/dist/src/ul/QTIUL.d.ts +3 -3
  147. package/dist/src/ul/QTULInitPosition.d.ts +1 -1
  148. package/dist/src/ul/QtULAPI.d.ts +7 -7
  149. package/dist/src/utils/QtVirtualViewAPI.d.ts +1 -1
  150. package/dist/src/utils/functions.d.ts +1 -0
  151. package/dist/src/utils/index.d.ts +2 -0
  152. package/dist/src/utils/make-installer.d.ts +5 -0
  153. package/dist/src/utils/objects.d.ts +2 -0
  154. package/dist/src/utils/type.d.ts +1 -1
  155. package/dist/src/utils/types.d.ts +9 -0
  156. package/dist/src/utils/vue/index.d.ts +3 -0
  157. package/dist/src/utils/vue/install.d.ts +6 -0
  158. package/dist/src/utils/vue/props/index.d.ts +3 -0
  159. package/dist/src/utils/vue/props/runtime.d.ts +9 -0
  160. package/dist/src/utils/vue/props/types.d.ts +38 -0
  161. package/dist/src/utils/vue/props/util.d.ts +8 -0
  162. package/dist/src/utils/vue/typescript.d.ts +6 -0
  163. package/dist/src/view/QTIView.d.ts +1 -1
  164. package/dist/src/view/QtViewAPI.d.ts +3 -44
  165. package/dist/src/view/index.vue.d.ts +12 -12
  166. package/dist/src/waterfall/QtWaterfallAPI.d.ts +9 -9
  167. package/dist/src/waterfall/core/QTIWaterfall.d.ts +4 -4
  168. package/dist/src/waterfall/core/QTWaterfall.d.ts +1 -1
  169. package/dist/src/waterfall/core/QTWaterfallCardItem.d.ts +2 -2
  170. package/dist/src/waterfall/core/QTWaterfallCardSection.d.ts +3 -3
  171. package/dist/src/waterfall/core/QTWaterfallDataAdapter.d.ts +3 -3
  172. package/dist/src/waterfall/core/QTWaterfallDataManager.d.ts +3 -3
  173. package/dist/src/waterfall/core/QTWaterfallEvent.d.ts +1 -1
  174. package/dist/src/waterfall/core/QTWaterfallFlexStyle.d.ts +8 -8
  175. package/dist/src/waterfall/core/QTWaterfallItem.d.ts +2 -2
  176. package/dist/src/waterfall/core/QTWaterfallPluginItem.d.ts +1 -1
  177. package/dist/src/waterfall/core/QTWaterfallPluginSection.d.ts +1 -1
  178. package/dist/src/waterfall/core/QTWaterfallSection.d.ts +5 -5
  179. package/dist/src/waterfall/core/QTWaterfallTabItem.d.ts +2 -2
  180. package/dist/src/waterfall/index.vue.d.ts +37 -24
  181. package/dist/src/waterfall/item/card-item.vue.d.ts +1 -1
  182. package/dist/src/waterfall/item/plugin-item.vue.d.ts +12 -12
  183. package/dist/src/waterfall/section/blank-section.vue.d.ts +1 -1
  184. package/dist/src/waterfall/section/card-section.vue.d.ts +1 -1
  185. package/dist/src/waterfall/section/end-section.vue.d.ts +1 -1
  186. package/dist/src/waterfall/section/flex-section.vue.d.ts +11 -8
  187. package/dist/src/waterfall/section/loading-section.vue.d.ts +1 -1
  188. package/dist/src/waterfall/section/plugin-section.vue.d.ts +6 -6
  189. package/dist/src/waterfall/section/section-title.vue.d.ts +5 -5
  190. package/dist/src/waterfall/section/vue-section.vue.d.ts +5 -5
  191. package/dist/src/webview/QTIWebView.d.ts +31 -3
  192. package/dist/src/webview/QTWebView.d.ts +1 -1
  193. package/dist/src/webview/QTWebViewInterceptRule.d.ts +4 -0
  194. package/dist/src/webview/QTWebViewLayerType.d.ts +5 -0
  195. package/dist/src/webview/QTWebViewSniffingRule.d.ts +20 -0
  196. package/dist/src/webview/QtWebViewAPI.d.ts +35 -7
  197. package/dist/src/x5webview/QTIX5WebView.d.ts +36 -3
  198. package/dist/src/x5webview/QTX5WebView.d.ts +1 -1
  199. package/dist/src/x5webview/QTX5WebViewInterceptRule.d.ts +4 -0
  200. package/dist/src/x5webview/QTX5WebViewLayerType.d.ts +5 -0
  201. package/dist/src/x5webview/QTX5WebViewSniffingRule.d.ts +20 -0
  202. package/dist/src/x5webview/QtX5WebViewAPI.d.ts +37 -7
  203. package/package.json +20 -5
  204. package/web-types.json +1 -1
  205. package/dist/src/animation/QTAnimation.d.ts +0 -3
  206. package/dist/src/lottie/QTLottieView.d.ts +0 -3
package/web-types.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"http://json.schemastore.org/web-types","framework":"vue","name":"quicktvui","version":"0.0.1","js-types-syntax":"typescript","description-markup":"markdown","contributions":{"html":{"tags":[{"name":"qt-animation","source":{"symbol":"QtAnimation"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#animation","slots":[{"name":"default","description":"需要执行动画的组件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#slots"}],"events":[{"name":"onAnimationEnd","description":"动画结束事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationCancel","description":"动画取消事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationStart","description":"动画开始事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationRepeat","description":"动画重复执行事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationPause","description":"动画暂停事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationResume","description":"动画恢复事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationUpdate","description":"动画更新事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"}],"js":{"events":[{"name":"onAnimationEnd","description":"动画结束事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationCancel","description":"动画取消事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationStart","description":"动画开始事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationRepeat","description":"动画重复执行事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationPause","description":"动画暂停事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationResume","description":"动画恢复事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationUpdate","description":"动画更新事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"}]}},{"name":"qt-app-icon","source":{"symbol":"QtAppIcon"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#appicon","props":[{"name":"roundingRadius","description":"应用图标圆角","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]},{"name":"packageName","description":"应用包名","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]}],"attributes":[{"name":"roundingRadius","description":"应用图标圆角","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]},{"name":"packageName","description":"应用包名","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]}]},{"name":"qt-button","source":{"symbol":"QtButton"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/button.html#button","props":[{"name":"size","description":"尺寸","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["'default' | 'large' | 'medium' | 'small'| 'mini'"],"default":"default"},{"name":"itemType","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"20000"},{"name":"focusBorder","description":"是否显示边框","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"1.08"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"true"},{"name":"enableFlexStyle","description":"是否支持flex样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"标准状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"focusIcon","description":"焦点状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"text","description":"按钮的文本","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientSelectedBackground","description":"选中状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientBackground","description":"标准背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"disabled","description":"是否显示可用样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"是否显示圆形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"round","description":"是否显示圆角样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"square","description":"是否显示正方形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"buttonStyle","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"textStyle","description":"文字样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconStyle","description":"图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"focusIconStyle","description":"焦点图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconParentStyle","description":"图标的父样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]}],"attributes":[{"name":"size","description":"尺寸","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["'default' | 'large' | 'medium' | 'small'| 'mini'"],"default":"default"},{"name":"itemType","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"20000"},{"name":"focusBorder","description":"是否显示边框","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"1.08"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"true"},{"name":"enableFlexStyle","description":"是否支持flex样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"标准状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"focusIcon","description":"焦点状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"text","description":"按钮的文本","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientSelectedBackground","description":"选中状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientBackground","description":"标准背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"disabled","description":"是否显示可用样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"是否显示圆形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"round","description":"是否显示圆角样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"square","description":"是否显示正方形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"buttonStyle","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"textStyle","description":"文字样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconStyle","description":"图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"focusIconStyle","description":"焦点图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconParentStyle","description":"图标的父样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/button.html#slots"}],"events":[{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"}],"js":{"events":[{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"}]}},{"name":"qt-classified-list-view","source":{"symbol":"QtClassifiedListView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#classifiedlistview","props":[{"name":"className","description":"样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"classNavName","description":"导航样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"currentFocusIndex","description":"当前焦点的选中索引","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"0"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"1.15"},{"name":"navType","description":"导航类型","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"10001"}],"attributes":[{"name":"className","description":"样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"classNavName","description":"导航样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"currentFocusIndex","description":"当前焦点的选中索引","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"0"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"1.15"},{"name":"navType","description":"导航类型","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"10001"}],"slots":[{"name":"item","description":"自定义内容","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#slots"},{"name":"navItem","description":"自定义导航内容","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#slots"}],"events":[{"name":"item-focused","description":"条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"},{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"}],"js":{"events":[{"name":"item-focused","description":"条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"},{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"}]}},{"name":"qt-collapse","source":{"symbol":"QtCollapse"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#collapse","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#slots"}],"events":[{"name":"onCollapseItemExpand","description":"展开事件","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#events"}],"js":{"events":[{"name":"onCollapseItemExpand","description":"展开事件","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#events"}]}},{"name":"qt-column","source":{"symbol":"QtColumn"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/column.html#column","props":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/column.html#attributes","type":["string"],"default":"div"}],"attributes":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/column.html#attributes","type":["string"],"default":"div"}],"slots":[{"name":"default","description":"自定义内容","doc-url":"https://quicktvui.com/zh-CN/component/column.html#slots"}]},{"name":"qt-config-provider","source":{"symbol":"QtConfigProvider"},"description":"Config Provider is used for providing global configurations, which enables your entire application to access these configurations everywhere.","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider","props":[{"name":"locale","description":"Locale Object","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["{name: string, el: TranslatePair}"],"default":"[en](https://github.com/element-plus/element-plus/blob/dev/packages/locale/lang/en.ts)"},{"name":"size","description":"global component size","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["'large' | 'default' | 'small'"],"default":"default"},{"name":"zIndex","description":"global Initial zIndex","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["number"]},{"name":"namespace","description":"global component className prefix (cooperated with [$namespace](https://github.com/element-plus/element-plus/blob/dev/packages/theme-chalk/src/mixins/config.scss#L1))","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["string"],"default":"el"},{"name":"button","description":"button related configuration, [see the following table](#button-attribute)","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["{autoInsertSpace?: boolean}"],"default":"see the following table"},{"name":"message","description":"message related configuration, [see the following table](#message-attribute)","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["{max?: number}"],"default":"see the following table"},{"name":"experimental-features","description":"features at experimental stage to be added, all features are default to be set to false","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["object"]},{"name":"empty-values","description":"global empty values of components","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["array"]},{"name":"value-on-clear","description":"global clear return value","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["string","number","boolean","Function"]}],"attributes":[{"name":"locale","description":"Locale Object","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["{name: string, el: TranslatePair}"],"default":"[en](https://github.com/element-plus/element-plus/blob/dev/packages/locale/lang/en.ts)"},{"name":"size","description":"global component size","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["'large' | 'default' | 'small'"],"default":"default"},{"name":"zIndex","description":"global Initial zIndex","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["number"]},{"name":"namespace","description":"global component className prefix (cooperated with [$namespace](https://github.com/element-plus/element-plus/blob/dev/packages/theme-chalk/src/mixins/config.scss#L1))","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["string"],"default":"el"},{"name":"button","description":"button related configuration, [see the following table](#button-attribute)","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["{autoInsertSpace?: boolean}"],"default":"see the following table"},{"name":"message","description":"message related configuration, [see the following table](#message-attribute)","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["{max?: number}"],"default":"see the following table"},{"name":"experimental-features","description":"features at experimental stage to be added, all features are default to be set to false","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["object"]},{"name":"empty-values","description":"global empty values of components","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["array"]},{"name":"value-on-clear","description":"global clear return value","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["string","number","boolean","Function"]}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-slots"}]},{"name":"div","source":{"symbol":"Div"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/div.html#div","props":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"}],"attributes":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"}],"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"}],"js":{"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"}]}},{"name":"qt-flex-view","source":{"symbol":"QtFlexView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/flex-view.html#flexview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/flex-view.html#slots"}]},{"name":"qt-grid-view","source":{"symbol":"QtGridView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#gridview","props":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"spanCount","description":"span数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"pageSize","description":"每页数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"areaWidth","description":"宽度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{top:15,left:30}"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string[]"],"default":"['left', 'right', 'top', 'bottom']"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["object"]}],"attributes":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"spanCount","description":"span数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"pageSize","description":"每页数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"areaWidth","description":"宽度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{top:15,left:30}"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string[]"],"default":"['left', 'right', 'top', 'bottom']"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["object"]}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"},{"name":"header","description":"自定义顶部内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"},{"name":"footer","description":"自定义底部内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"},{"name":"loading","description":"自定义加载组件内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"}],"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"}],"js":{"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"}]}},{"name":"qt-image","source":{"symbol":"QtImage"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/image.html#image","props":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"backgroundColor","description":"图片背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"loadDelay","description":"延迟加载","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}],"attributes":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"backgroundColor","description":"图片背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"loadDelay","description":"延迟加载","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}]},{"name":"img","source":{"symbol":"Img"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/img.html#img","props":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}],"attributes":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}],"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"load","description":"加载成功完成时调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadStart","description":"加载开始时调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadEnd","description":"加载结束后,不论成功还是失败,调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"error","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"progress","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"}],"js":{"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"load","description":"加载成功完成时调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadStart","description":"加载开始时调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadEnd","description":"加载结束后,不论成功还是失败,调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"error","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"progress","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"}]}},{"name":"qt-item-store","source":{"symbol":"QtItemStore"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/item-store.html#itemstore","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/item-store.html#slots"}]},{"name":"qt-item-view","source":{"symbol":"QtItemView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/item-view.html#itemview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/item-view.html#slots"}]},{"name":"li","source":{"symbol":"Li"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/li.html#li","props":[{"name":"type","description":"指定一个函数,在其中返回对应条目的类型(返回Number类型的自然数,默认是0),List 将对同类型条目进行复用,所以合理的类型拆分,可以很好地提升list 性能。","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["number"],"default":"0"},{"name":"key","description":"指定一个函数,在其中返回对应条目的 Key 值","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["string"]}],"attributes":[{"name":"type","description":"指定一个函数,在其中返回对应条目的类型(返回Number类型的自然数,默认是0),List 将对同类型条目进行复用,所以合理的类型拆分,可以很好地提升list 性能。","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["number"],"default":"0"},{"name":"key","description":"指定一个函数,在其中返回对应条目的 Key 值","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["string"]}]},{"name":"qt-list-item","source":{"symbol":"QtListItem"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#listitem","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#slots"}],"events":[{"name":"item-focused","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-attached","description":"连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-detached","description":"断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-bind","description":"绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-unbind","description":"解绑事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"}],"js":{"events":[{"name":"item-focused","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-attached","description":"连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-detached","description":"断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-bind","description":"绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-unbind","description":"解绑事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"}]}},{"name":"qt-list-view","source":{"symbol":"QtListView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#listview","props":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{bottom:18,right:30,left:30}"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["object"]}],"attributes":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{bottom:18,right:30,left:30}"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["object"]}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#slots"}],"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-attached","description":"条目连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-detached","description":"条目断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"load-more","description":"加载更多数据事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"focus-search-failed","description":"寻找焦点失败事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"}],"js":{"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-attached","description":"条目连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-detached","description":"条目断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"load-more","description":"加载更多数据事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"focus-search-failed","description":"寻找焦点失败事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"}]}},{"name":"qt-loading","source":{"symbol":"QtLoading"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/loading.html#loading","props":[{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/loading.html#attributes","type":["string"]}],"attributes":[{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/loading.html#attributes","type":["string"]}]},{"name":"qt-lottie","source":{"symbol":"QtLottie"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#lottie","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#slots"}],"events":[{"name":"animation-event","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#events"}],"js":{"events":[{"name":"animation-event","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#events"}]}},{"name":"qt-media-series","source":{"symbol":"QtMediaSeries"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#mediaseries","props":[{"name":"gradientBackground","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#1AFFFFFF','#1AFFFFFF'],orientation:6,cornerRadius:8}"},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFFFFF','#FFFFFF'],orientation:6,cornerRadius:8}"},{"name":"iconGradientBackground","description":"图标背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFB67827','#FFDBAF5C'],cornerRadius:4,orientation:6}"},{"name":"markColor","description":"角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FF4E46"},{"name":"markVipColor","description":"VIP角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FFD97C"},{"name":"textColors","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'rgba(255, 255, 255, .5)',focusColor:'rgba(0, 0, 0, 1)',selectColor:'rgba(255, 255, 255, .5)'}"},{"name":"textVipColors","description":"VIP文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'#FFD97C',focusColor:'#B67827',selectColor:'#B67827'}'}"},{"name":"itemDivWidth","description":"选集条目的宽度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"490"},{"name":"itemDivHeight","description":"选集条目的高度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"100"}],"attributes":[{"name":"gradientBackground","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#1AFFFFFF','#1AFFFFFF'],orientation:6,cornerRadius:8}"},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFFFFF','#FFFFFF'],orientation:6,cornerRadius:8}"},{"name":"iconGradientBackground","description":"图标背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFB67827','#FFDBAF5C'],cornerRadius:4,orientation:6}"},{"name":"markColor","description":"角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FF4E46"},{"name":"markVipColor","description":"VIP角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FFD97C"},{"name":"textColors","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'rgba(255, 255, 255, .5)',focusColor:'rgba(0, 0, 0, 1)',selectColor:'rgba(255, 255, 255, .5)'}"},{"name":"textVipColors","description":"VIP文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'#FFD97C',focusColor:'#B67827',selectColor:'#B67827'}'}"},{"name":"itemDivWidth","description":"选集条目的宽度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"490"},{"name":"itemDivHeight","description":"选集条目的高度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"100"}],"events":[{"name":"item-focused","description":"选集条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"item-click","description":"选集条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"load-data","description":"加载数据","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"group-item-focused","description":"选集分组条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"}],"js":{"events":[{"name":"item-focused","description":"选集条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"item-click","description":"选集条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"load-data","description":"加载数据","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"group-item-focused","description":"选集分组条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"}]}},{"name":"qt-nav-bar","source":{"symbol":"QtNavBar"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#navbar","props":[{"name":"itemGap","description":"导航栏条目的间距","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"horizontal","description":"是否横向","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"initSelect","description":"初始化选中位置","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"navs","description":"导航栏条目列表","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":[{"name":"QTNavBarItem[]","source":{"symbol":"QTNavBarItem"}}]},{"name":"tabNavBarClass","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["string"]},{"name":"horizontalFadingEdgeEnabled","description":"启用横向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"启用竖向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"消失边缘的长度","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"}],"attributes":[{"name":"itemGap","description":"导航栏条目的间距","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"horizontal","description":"是否横向","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"initSelect","description":"初始化选中位置","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"navs","description":"导航栏条目列表","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":[{"name":"QTNavBarItem[]","source":{"symbol":"QTNavBarItem"}}]},{"name":"tabNavBarClass","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["string"]},{"name":"horizontalFadingEdgeEnabled","description":"启用横向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"启用竖向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"消失边缘的长度","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#slots"}],"events":[{"name":"tab-focus","description":"导航条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-click","description":"导航条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-select","description":"导航条目选中事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"}],"js":{"events":[{"name":"tab-focus","description":"导航条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-click","description":"导航条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-select","description":"导航条目选中事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"}]}},{"name":"p","source":{"symbol":"P"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/p.html#p","props":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"numberOfLines","description":"用来当文本过长的时候裁剪文本。包括折叠产生的换行在内,总的行数不会超过这个属性的限制。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["number"]},{"name":"ellipsizeMode","description":"当设定了 `numberOfLines` 值后,这个参数指定了字符串如何被截断。所以,在使用 `ellipsizeMode` 时,必须得同时指定 `numberOfLines` 数值。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"head","source":{"symbol":"head"}},{"name":"middle","source":{"symbol":"middle"}},{"name":"tail","source":{"symbol":"tail"}},{"name":"clip","source":{"symbol":"clip"}}]}],"attributes":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"numberOfLines","description":"用来当文本过长的时候裁剪文本。包括折叠产生的换行在内,总的行数不会超过这个属性的限制。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["number"]},{"name":"ellipsizeMode","description":"当设定了 `numberOfLines` 值后,这个参数指定了字符串如何被截断。所以,在使用 `ellipsizeMode` 时,必须得同时指定 `numberOfLines` 数值。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"head","source":{"symbol":"head"}},{"name":"middle","source":{"symbol":"middle"}},{"name":"tail","source":{"symbol":"tail"}},{"name":"clip","source":{"symbol":"clip"}}]}]},{"name":"qt-plugin-view","source":{"symbol":"QtPluginView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#pluginview","events":[{"name":"onPluginLoadSuccess","description":"加载插件成功","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"},{"name":"onPluginLoadError","description":"加载插件失败","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"}],"js":{"events":[{"name":"onPluginLoadSuccess","description":"加载插件成功","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"},{"name":"onPluginLoadError","description":"加载插件失败","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"}]}},{"name":"qt-poster","source":{"symbol":"QtPoster"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#poster","props":[{"name":"requestFirstFocus","description":"请求焦点","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["boolean"],"default":"false"},{"name":"loadDelay","description":"加载延迟事件","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"500"},{"name":"type","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"10001"},{"name":"borderRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"8"},{"name":"rippleColor","description":"水波纹颜色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusBgColor","description":"焦点背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"focusTitleColor","description":"标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusSubTitleColor","description":"副标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"floatTitleBgColor","description":"浮动标题背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string[]"]}],"attributes":[{"name":"requestFirstFocus","description":"请求焦点","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["boolean"],"default":"false"},{"name":"loadDelay","description":"加载延迟事件","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"500"},{"name":"type","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"10001"},{"name":"borderRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"8"},{"name":"rippleColor","description":"水波纹颜色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusBgColor","description":"焦点背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"focusTitleColor","description":"标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusSubTitleColor","description":"副标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"floatTitleBgColor","description":"浮动标题背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string[]"]}]},{"name":"qt-progress-bar","source":{"symbol":"QtProgressBar"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#progressbar","props":[{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"cornerRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondColor","description":"第二颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"show","description":"是否显示","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"progress","description":"进度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"maxProgress","description":"总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondProgress","description":"第二总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["{ startColor: string, endColor: string}"]}],"attributes":[{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"cornerRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondColor","description":"第二颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"show","description":"是否显示","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"progress","description":"进度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"maxProgress","description":"总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondProgress","description":"第二总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["{ startColor: string, endColor: string}"]}],"events":[{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"}],"js":{"events":[{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"}]}},{"name":"qt-qr-code","source":{"symbol":"QtQrCode"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#qrcode","props":[{"name":"content","description":"二维码内容","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["string"]},{"name":"optimize","description":"优化","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["boolean"],"default":"false"}],"attributes":[{"name":"content","description":"二维码内容","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["string"]},{"name":"optimize","description":"优化","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["boolean"],"default":"false"}]},{"name":"qt-replace-child","source":{"symbol":"QtReplaceChild"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/replace-child.html#replacechild","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/replace-child.html#slots"}]},{"name":"qt-ripple-view","source":{"symbol":"QtRippleView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/ripple-view.html#rippleview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/ripple-view.html#slots"}]},{"name":"qt-row","source":{"symbol":"QtRow"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/row.html#row","props":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["string"],"default":"div"},{"name":"gutter","description":"间距","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["number"],"default":"0"},{"name":"justify","description":"两端对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'start' | 'center' | 'end' | 'space-around' | 'space-between' | 'space-evenly'"]},{"name":"align","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'top' | 'middle' | 'bottom'"]}],"attributes":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["string"],"default":"div"},{"name":"gutter","description":"间距","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["number"],"default":"0"},{"name":"justify","description":"两端对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'start' | 'center' | 'end' | 'space-around' | 'space-between' | 'space-evenly'"]},{"name":"align","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'top' | 'middle' | 'bottom'"]}],"slots":[{"name":"default","description":"自定义内容","doc-url":"https://quicktvui.com/zh-CN/component/row.html#slots"}]},{"name":"qt-scroll-view","source":{"symbol":"QtScrollView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/scroll-view.html#scrollview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/scroll-view.html#slots"}]},{"name":"qt-seek-bar","source":{"symbol":"QtSeekBar"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#seekbar","props":[{"name":"emitEventDelay","description":"发送进度事件间隔时间","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["number"]},{"name":"onProgressChanged","description":"进度回调","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["(progress: number) => void"]}],"attributes":[{"name":"emitEventDelay","description":"发送进度事件间隔时间","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["number"]},{"name":"onProgressChanged","description":"进度回调","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["(progress: number) => void"]}],"events":[{"name":"onSeekStart","description":"开始快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekStop","description":"停止快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"}],"js":{"events":[{"name":"onSeekStart","description":"开始快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekStop","description":"停止快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"}]}},{"name":"qt-surface-view","source":{"symbol":"QtSurfaceView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/surface-view.html#surfaceview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/surface-view.html#slots"}]},{"name":"qt-tabs-view","source":{"symbol":"QtTabsView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/tabs-view.html#tabsview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/tabs-view.html#slots"}]},{"name":"qt-tabs","source":{"symbol":"QtTabs"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#tabs","props":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNumber","description":"预加载板块个数","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"3"},{"name":"tabNavBarClass","description":"tabNavBar的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabClass","description":"tab的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabPageClass","description":"tab内容的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabNavBarSid","description":"tabNavBar的Sid","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabsDataStrategy","description":"tab的数据策略","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["'overTime' | 'always' | 'oneShot'"],"default":"overTime"},{"name":"horizontal","description":"横向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"pageTransform","description":"页面变换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"hideOnSingleTab","description":"只有一个tab的时候隐藏导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"floatNavBar","description":"浮动导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"useNavBarBg","description":"使用导航栏背景","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"contentNextFocus","description":"内容的下一个焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, down: string, right: string}"],"default":"`{up:'tabList',left:'tabList'`}"},{"name":"triggerTask","description":"触发任务","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["Record<string, any>[]"],"default":"[ ]"},{"name":"blockViewPager","description":"拦截tab内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"blockViewPagerVertical","description":"拦截tab垂直内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"tabContentBlockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"['down']"},{"name":"tabContentResumeDelay","description":"tab内容恢复延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300ms"},{"name":"tabContentSwitchDelay","description":"tab导航切换延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"slidingEnable","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"slidingMode","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"initTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"rightTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"leftTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"duration","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1000"},{"name":"interpolatorType","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1"},{"name":"endHintEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"outOfDateTime","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300000"},{"name":"customPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"customItemPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"navBarNextFocusName","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, right: string, down: string}"],"default":"{down: 'content'}"},{"name":"horizontalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"}],"attributes":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNumber","description":"预加载板块个数","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"3"},{"name":"tabNavBarClass","description":"tabNavBar的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabClass","description":"tab的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabPageClass","description":"tab内容的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabNavBarSid","description":"tabNavBar的Sid","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabsDataStrategy","description":"tab的数据策略","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["'overTime' | 'always' | 'oneShot'"],"default":"overTime"},{"name":"horizontal","description":"横向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"pageTransform","description":"页面变换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"hideOnSingleTab","description":"只有一个tab的时候隐藏导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"floatNavBar","description":"浮动导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"useNavBarBg","description":"使用导航栏背景","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"contentNextFocus","description":"内容的下一个焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, down: string, right: string}"],"default":"`{up:'tabList',left:'tabList'`}"},{"name":"triggerTask","description":"触发任务","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["Record<string, any>[]"],"default":"[ ]"},{"name":"blockViewPager","description":"拦截tab内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"blockViewPagerVertical","description":"拦截tab垂直内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"tabContentBlockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"['down']"},{"name":"tabContentResumeDelay","description":"tab内容恢复延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300ms"},{"name":"tabContentSwitchDelay","description":"tab导航切换延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"slidingEnable","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"slidingMode","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"initTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"rightTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"leftTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"duration","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1000"},{"name":"interpolatorType","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1"},{"name":"endHintEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"outOfDateTime","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300000"},{"name":"customPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"customItemPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"navBarNextFocusName","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, right: string, down: string}"],"default":"{down: 'content'}"},{"name":"horizontalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"}],"slots":[{"name":"tab-item","description":"自定义导航栏item.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-item","description":"瀑布流flex section中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-list-item","description":"瀑布流list section 中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-vue-section","description":"瀑布流vue section 中内容.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-section","description":"瀑布流自定义section.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"}],"events":[{"name":"onTabPageLoadData","description":"tab加载数据","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageChanged","description":"tab切换页面","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabEvent","description":"tab事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemClick","description":"tab页面item点击事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemFocused","description":"tab页面item焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageSectionAttached","description":"tab页面板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScroll","description":"tab页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollStateChanged","description":"tab页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopStart","description":"tab页面开始滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopEnd","description":"tab页面结束滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomStart","description":"tab页面开始滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomEnd","description":"tab页面结束滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabChanged","description":"tab导航切换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToEnd","description":"tab页面滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToStart","description":"tab页面滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabClick","description":"tab导航点击","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadSuccess","description":"tab页面内容插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadError","description":"tab页面内容插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"}],"js":{"events":[{"name":"onTabPageLoadData","description":"tab加载数据","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageChanged","description":"tab切换页面","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabEvent","description":"tab事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemClick","description":"tab页面item点击事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemFocused","description":"tab页面item焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageSectionAttached","description":"tab页面板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScroll","description":"tab页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollStateChanged","description":"tab页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopStart","description":"tab页面开始滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopEnd","description":"tab页面结束滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomStart","description":"tab页面开始滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomEnd","description":"tab页面结束滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabChanged","description":"tab导航切换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToEnd","description":"tab页面滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToStart","description":"tab页面滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabClick","description":"tab导航点击","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadSuccess","description":"tab页面内容插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadError","description":"tab页面内容插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"}]}},{"name":"qt-test","source":{"symbol":"QtTest"},"description":"Commonly used test.","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test","props":[{"name":"size","description":"button size","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'large'| 'default'| 'small'"]},{"name":"type","description":"button type","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'primary'| 'success'| 'warning'| 'danger'| 'info'| 'text'"]},{"name":"plain","description":"determine whether it's a plain button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"text","description":"determine whether it's a text button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"bg","description":"determine whether the text button background color is always on","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"link","description":"determine whether it's a link button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"round","description":"determine whether it's a round button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"determine whether it's a circle button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading","description":"determine whether it's loading","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading-icon","description":"customize loading icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"Loading"},{"name":"disabled","description":"disable the button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}]},{"name":"autofocus","description":"same as native button's `autofocus`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"native-type","description":"same as native button's `type`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'button'| 'submit'| 'reset'"],"default":"button"},{"name":"auto-insert-space","description":"automatically insert a space between two chinese characters","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"]},{"name":"color","description":"custom button color, automatically calculate `hover` and `active` color","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string"]},{"name":"dark","description":"dark mode, which automatically converts `color` to dark mode colors","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"tag","description":"custom element tag","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"button"}],"attributes":[{"name":"size","description":"button size","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'large'| 'default'| 'small'"]},{"name":"type","description":"button type","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'primary'| 'success'| 'warning'| 'danger'| 'info'| 'text'"]},{"name":"plain","description":"determine whether it's a plain button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"text","description":"determine whether it's a text button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"bg","description":"determine whether the text button background color is always on","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"link","description":"determine whether it's a link button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"round","description":"determine whether it's a round button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"determine whether it's a circle button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading","description":"determine whether it's loading","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading-icon","description":"customize loading icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"Loading"},{"name":"disabled","description":"disable the button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}]},{"name":"autofocus","description":"same as native button's `autofocus`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"native-type","description":"same as native button's `type`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'button'| 'submit'| 'reset'"],"default":"button"},{"name":"auto-insert-space","description":"automatically insert a space between two chinese characters","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"]},{"name":"color","description":"custom button color, automatically calculate `hover` and `active` color","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string"]},{"name":"dark","description":"dark mode, which automatically converts `color` to dark mode colors","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"tag","description":"custom element tag","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"button"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-slots"},{"name":"loading","description":"customize loading component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-slots"},{"name":"icon","description":"customize icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-slots"}]},{"name":"qt-text","source":{"symbol":"QtText"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/text.html#text","props":[{"name":"text","description":"文字内容","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"lineSpacing","description":"行间距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textHtml","description":"html格式文字","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"typeface","description":"字体","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"gravity","description":"重心","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'center' | 'top' | 'bottom' | 'end' | 'centerHorizontal' | 'centerVertical' | 'start'"],"default":"center"},{"name":"fontSize","description":"字体大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"paddingRect","description":"边距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number[]"]},{"name":"textAlignment","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3","4","5","6"]},{"name":"ellipsizeMode","description":"省略模式","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3"]},{"name":"lines","description":"行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"maxLines","description":"最大行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"maxWidth","description":"最大宽度","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textSize","description":"文字大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"lineHeight","description":"行高","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"select","description":"选中","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"]},{"name":"autoWidth","description":"宽度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autoHeight","description":"高度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"自动获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[x : number, y : number, width : number,height : number]"]}],"attributes":[{"name":"text","description":"文字内容","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"lineSpacing","description":"行间距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textHtml","description":"html格式文字","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"typeface","description":"字体","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"gravity","description":"重心","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'center' | 'top' | 'bottom' | 'end' | 'centerHorizontal' | 'centerVertical' | 'start'"],"default":"center"},{"name":"fontSize","description":"字体大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"paddingRect","description":"边距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number[]"]},{"name":"textAlignment","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3","4","5","6"]},{"name":"ellipsizeMode","description":"省略模式","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3"]},{"name":"lines","description":"行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"maxLines","description":"最大行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"maxWidth","description":"最大宽度","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textSize","description":"文字大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"lineHeight","description":"行高","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"select","description":"选中","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"]},{"name":"autoWidth","description":"宽度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autoHeight","description":"高度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"自动获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[x : number, y : number, width : number,height : number]"]}]},{"name":"qt-transition-img","source":{"symbol":"QtTransitionImg"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/transition-img.html#transitionimg","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/transition-img.html#slots"}]},{"name":"ul","source":{"symbol":"Ul"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#ul","props":[{"name":"horizontal","description":"开启横向列表模式,默认为false。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"numberOfRows","description":"指定列表的行数,一般直接传入数据源条数 `length` 即可。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"]},{"name":"initialContentOffset","description":"初始位移值 -- 在列表初始化时即可指定滚动距离,避免初始化后再通过 scrollTo 系列方法产生的闪动。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollEventThrottle","description":"指定滑动事件的回调频率,传入数值指定了多少毫秒(ms)组件会调用一次 `onScroll` 回调事件,默认 200ms","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"200"},{"name":"showScrollIndicator","description":"是否显示垂直滚动条。 因为目前 ListView 其实仅有垂直滚动一种方向,水平滚动会导致 `onEndReached` 等一堆问题暂不建议使用,所以 `showScrollIndicator` 也仅用来控制是否显示垂直滚动条。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadItemNumber","description":"预加载:指定当列表滚动至倒数第几个时触发 `onLoadMore` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"},{"name":"disableAdvancedFocusSearch","description":"关闭`ul`寻焦性能优化,在某些不正常情况下,可尝试关闭,默认开启","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"endHintEnabled","description":"设置是否开启底部回弹反馈效果","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"focusMemory","description":"设置是否记忆列表上次选中焦点的问题","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"initFocusPositionAfterLayout","description":"设置在`ul`布局完成后,首次获得焦点的子`View`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"-1"},{"name":"listenFocusSearchOnFail","description":"设置是否监听在`ul`内部寻焦失败事件","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"false"},{"name":"makeChildVisibleType","description":"设置子`View`获得焦点时,如果展示不完整,如何滚动`ul`的方式,分别为`normal`和`center`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["string"],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"设置子`View`获得焦点时,如果展示不完整,向前滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"设置子`View`获得焦点时,如果展示不完整,向后滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"enableSelectOnFocus","description":"设置子`View`的`select`状态是否跟随焦点的变化而变化","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"ALL"},{"name":"scrollStateChangeEnabled","description":"`scrollStateChanged` 事件开关,默认true","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"clipChildren","description":"设置是否将超出边界的子`View`切除","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"descendantFocusability","description":"设置焦点的分发方式,`0`为在后代元素前,`1`为在后代元素后,`2`为阻止分发","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"blockFocusDirections","description":"当`div`内部寻焦为空时,是否拦截焦点","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["['left', 'right', 'top', 'bottom']"]},{"name":"nextFocusName","description":"按下媒体键下一个焦点的目标","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{left:'',right:'',up:'',down:'')}"]},{"name":"disableAdvancedFocusSearch","description":"关闭默认的焦点搜索方式。默认ul优先在列表内部寻焦以提高效率","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"listenBoundEvent","description":"是否开启on-bind,un-bind事件监听","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"setUseNegativeLayout","description":"是否打开消极的layout方式,兼容性api,防止某些场景列表频繁刷新。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"scrollThresholdHorizontal","description":"焦点在列表内部横向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"焦点在列表内部纵向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"shakePreCheckNumber","description":"底部回弹效果触发时距最后一个item的个数","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"}],"attributes":[{"name":"horizontal","description":"开启横向列表模式,默认为false。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"numberOfRows","description":"指定列表的行数,一般直接传入数据源条数 `length` 即可。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"]},{"name":"initialContentOffset","description":"初始位移值 -- 在列表初始化时即可指定滚动距离,避免初始化后再通过 scrollTo 系列方法产生的闪动。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollEventThrottle","description":"指定滑动事件的回调频率,传入数值指定了多少毫秒(ms)组件会调用一次 `onScroll` 回调事件,默认 200ms","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"200"},{"name":"showScrollIndicator","description":"是否显示垂直滚动条。 因为目前 ListView 其实仅有垂直滚动一种方向,水平滚动会导致 `onEndReached` 等一堆问题暂不建议使用,所以 `showScrollIndicator` 也仅用来控制是否显示垂直滚动条。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadItemNumber","description":"预加载:指定当列表滚动至倒数第几个时触发 `onLoadMore` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"},{"name":"disableAdvancedFocusSearch","description":"关闭`ul`寻焦性能优化,在某些不正常情况下,可尝试关闭,默认开启","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"endHintEnabled","description":"设置是否开启底部回弹反馈效果","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"focusMemory","description":"设置是否记忆列表上次选中焦点的问题","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"initFocusPositionAfterLayout","description":"设置在`ul`布局完成后,首次获得焦点的子`View`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"-1"},{"name":"listenFocusSearchOnFail","description":"设置是否监听在`ul`内部寻焦失败事件","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"false"},{"name":"makeChildVisibleType","description":"设置子`View`获得焦点时,如果展示不完整,如何滚动`ul`的方式,分别为`normal`和`center`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["string"],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"设置子`View`获得焦点时,如果展示不完整,向前滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"设置子`View`获得焦点时,如果展示不完整,向后滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"enableSelectOnFocus","description":"设置子`View`的`select`状态是否跟随焦点的变化而变化","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"ALL"},{"name":"scrollStateChangeEnabled","description":"`scrollStateChanged` 事件开关,默认true","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"clipChildren","description":"设置是否将超出边界的子`View`切除","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"descendantFocusability","description":"设置焦点的分发方式,`0`为在后代元素前,`1`为在后代元素后,`2`为阻止分发","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"blockFocusDirections","description":"当`div`内部寻焦为空时,是否拦截焦点","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["['left', 'right', 'top', 'bottom']"]},{"name":"nextFocusName","description":"按下媒体键下一个焦点的目标","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{left:'',right:'',up:'',down:'')}"]},{"name":"disableAdvancedFocusSearch","description":"关闭默认的焦点搜索方式。默认ul优先在列表内部寻焦以提高效率","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"listenBoundEvent","description":"是否开启on-bind,un-bind事件监听","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"setUseNegativeLayout","description":"是否打开消极的layout方式,兼容性api,防止某些场景列表频繁刷新。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"scrollThresholdHorizontal","description":"焦点在列表内部横向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"焦点在列表内部纵向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"shakePreCheckNumber","description":"底部回弹效果触发时距最后一个item的个数","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"}],"events":[{"name":"endReached","description":"当所有的数据都已经渲染过,并且列表被滚动到最后一条时,将触发 `onEndReached` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollBegin","description":"在 `ScrollView` 开始滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollEnd","description":"在 `ScrollView` 结束滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scrollStateChanged","description":"当触发 `ListView` 的滑动状态时回调,Event.newState:1(开始滑动)、Event.newState:2(滑动中)、Event.newState:0(滑动结束)、Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scroll","description":"当触发 `ListView` 的滑动事件时回调,在 `ListView` 滑动时回调,因此调用会非常频繁,请使用 `scrollEventThrottle` 进行频率控制。 注意:ListView 在滚动时会进行组件回收,不要在滚动时对 renderRow() 生成的 ListItemView 做任何 ref 节点级的操作(例如:所有 callUIFunction 和 measureInWindow 方法),回收后的节点将无法再进行操作而报错。Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"loadMore","description":"当需要`分页`加载数据时,将触发 `onLoadMore` 回调,会触发此函数,可配合参数(preloadItemNumber)使用","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"childFocus","description":"同`div`相同","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-bind","description":"ul中一个item创建时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-unbind","description":"ul中一个item回收利用时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"}],"js":{"events":[{"name":"endReached","description":"当所有的数据都已经渲染过,并且列表被滚动到最后一条时,将触发 `onEndReached` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollBegin","description":"在 `ScrollView` 开始滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollEnd","description":"在 `ScrollView` 结束滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scrollStateChanged","description":"当触发 `ListView` 的滑动状态时回调,Event.newState:1(开始滑动)、Event.newState:2(滑动中)、Event.newState:0(滑动结束)、Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scroll","description":"当触发 `ListView` 的滑动事件时回调,在 `ListView` 滑动时回调,因此调用会非常频繁,请使用 `scrollEventThrottle` 进行频率控制。 注意:ListView 在滚动时会进行组件回收,不要在滚动时对 renderRow() 生成的 ListItemView 做任何 ref 节点级的操作(例如:所有 callUIFunction 和 measureInWindow 方法),回收后的节点将无法再进行操作而报错。Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"loadMore","description":"当需要`分页`加载数据时,将触发 `onLoadMore` 回调,会触发此函数,可配合参数(preloadItemNumber)使用","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"childFocus","description":"同`div`相同","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-bind","description":"ul中一个item创建时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-unbind","description":"ul中一个item回收利用时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"}]}},{"name":"qt-view","source":{"symbol":"QtView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/view.html#view","props":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"}],"attributes":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"}],"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"}],"js":{"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"}]}},{"name":"qt-vue-section","source":{"symbol":"QtVueSection"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/vue-section.html#vuesection"},{"name":"qt-waterfall","source":{"symbol":"QtWaterfall"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#waterfall","props":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string[]"],"default":"['left', 'right']"},{"name":"scrollYLesserReferenceValue","description":"Y轴滚动减少的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollYGreaterReferenceValue","description":"Y轴滚动增加的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["object"]}],"attributes":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string[]"],"default":"['left', 'right']"},{"name":"scrollYLesserReferenceValue","description":"Y轴滚动减少的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollYGreaterReferenceValue","description":"Y轴滚动增加的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["object"]}],"slots":[{"name":"item","description":"flex section中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"},{"name":"list-item","description":"list section 中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"},{"name":"vue-section","description":"vue section 中内容.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"},{"name":"section","description":"自定义section.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"}],"events":[{"name":"onScroll","description":"页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollStateChanged","description":"页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemClick","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemFocused","description":"条目焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionBind","description":"板块绑定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionAttached","description":"板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionDetached","description":"板块Detached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadSuccess","description":"插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadError","description":"插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"}],"js":{"events":[{"name":"onScroll","description":"页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollStateChanged","description":"页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemClick","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemFocused","description":"条目焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionBind","description":"板块绑定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionAttached","description":"板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionDetached","description":"板块Detached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadSuccess","description":"插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadError","description":"插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"}]}},{"name":"qt-web-view","source":{"symbol":"QtWebView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#webview","events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"}],"js":{"events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"}]}},{"name":"qt-x5web-view","source":{"symbol":"QtX5webView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#x5webview","events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"}],"js":{"events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"}]}}],"elements":[{"name":"qt-animation","source":{"symbol":"QtAnimation"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#animation","slots":[{"name":"default","description":"需要执行动画的组件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#slots"}],"events":[{"name":"onAnimationEnd","description":"动画结束事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationCancel","description":"动画取消事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationStart","description":"动画开始事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationRepeat","description":"动画重复执行事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationPause","description":"动画暂停事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationResume","description":"动画恢复事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationUpdate","description":"动画更新事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"}],"js":{"events":[{"name":"onAnimationEnd","description":"动画结束事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationCancel","description":"动画取消事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationStart","description":"动画开始事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationRepeat","description":"动画重复执行事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationPause","description":"动画暂停事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationResume","description":"动画恢复事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationUpdate","description":"动画更新事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"}]}},{"name":"qt-app-icon","source":{"symbol":"QtAppIcon"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#appicon","props":[{"name":"roundingRadius","description":"应用图标圆角","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]},{"name":"packageName","description":"应用包名","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]}],"attributes":[{"name":"roundingRadius","description":"应用图标圆角","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]},{"name":"packageName","description":"应用包名","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]}]},{"name":"qt-button","source":{"symbol":"QtButton"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/button.html#button","props":[{"name":"size","description":"尺寸","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["'default' | 'large' | 'medium' | 'small'| 'mini'"],"default":"default"},{"name":"itemType","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"20000"},{"name":"focusBorder","description":"是否显示边框","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"1.08"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"true"},{"name":"enableFlexStyle","description":"是否支持flex样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"标准状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"focusIcon","description":"焦点状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"text","description":"按钮的文本","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientSelectedBackground","description":"选中状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientBackground","description":"标准背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"disabled","description":"是否显示可用样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"是否显示圆形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"round","description":"是否显示圆角样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"square","description":"是否显示正方形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"buttonStyle","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"textStyle","description":"文字样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconStyle","description":"图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"focusIconStyle","description":"焦点图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconParentStyle","description":"图标的父样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]}],"attributes":[{"name":"size","description":"尺寸","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["'default' | 'large' | 'medium' | 'small'| 'mini'"],"default":"default"},{"name":"itemType","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"20000"},{"name":"focusBorder","description":"是否显示边框","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"1.08"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"true"},{"name":"enableFlexStyle","description":"是否支持flex样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"标准状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"focusIcon","description":"焦点状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"text","description":"按钮的文本","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientSelectedBackground","description":"选中状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientBackground","description":"标准背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"disabled","description":"是否显示可用样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"是否显示圆形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"round","description":"是否显示圆角样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"square","description":"是否显示正方形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"buttonStyle","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"textStyle","description":"文字样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconStyle","description":"图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"focusIconStyle","description":"焦点图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconParentStyle","description":"图标的父样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/button.html#slots"}],"events":[{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"}],"js":{"events":[{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"}]}},{"name":"qt-classified-list-view","source":{"symbol":"QtClassifiedListView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#classifiedlistview","props":[{"name":"className","description":"样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"classNavName","description":"导航样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"currentFocusIndex","description":"当前焦点的选中索引","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"0"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"1.15"},{"name":"navType","description":"导航类型","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"10001"}],"attributes":[{"name":"className","description":"样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"classNavName","description":"导航样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"currentFocusIndex","description":"当前焦点的选中索引","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"0"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"1.15"},{"name":"navType","description":"导航类型","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"10001"}],"slots":[{"name":"item","description":"自定义内容","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#slots"},{"name":"navItem","description":"自定义导航内容","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#slots"}],"events":[{"name":"item-focused","description":"条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"},{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"}],"js":{"events":[{"name":"item-focused","description":"条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"},{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"}]}},{"name":"qt-collapse","source":{"symbol":"QtCollapse"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#collapse","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#slots"}],"events":[{"name":"onCollapseItemExpand","description":"展开事件","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#events"}],"js":{"events":[{"name":"onCollapseItemExpand","description":"展开事件","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#events"}]}},{"name":"qt-column","source":{"symbol":"QtColumn"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/column.html#column","props":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/column.html#attributes","type":["string"],"default":"div"}],"attributes":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/column.html#attributes","type":["string"],"default":"div"}],"slots":[{"name":"default","description":"自定义内容","doc-url":"https://quicktvui.com/zh-CN/component/column.html#slots"}]},{"name":"qt-config-provider","source":{"symbol":"QtConfigProvider"},"description":"Config Provider is used for providing global configurations, which enables your entire application to access these configurations everywhere.","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider","props":[{"name":"locale","description":"Locale Object","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["{name: string, el: TranslatePair}"],"default":"[en](https://github.com/element-plus/element-plus/blob/dev/packages/locale/lang/en.ts)"},{"name":"size","description":"global component size","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["'large' | 'default' | 'small'"],"default":"default"},{"name":"zIndex","description":"global Initial zIndex","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["number"]},{"name":"namespace","description":"global component className prefix (cooperated with [$namespace](https://github.com/element-plus/element-plus/blob/dev/packages/theme-chalk/src/mixins/config.scss#L1))","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["string"],"default":"el"},{"name":"button","description":"button related configuration, [see the following table](#button-attribute)","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["{autoInsertSpace?: boolean}"],"default":"see the following table"},{"name":"message","description":"message related configuration, [see the following table](#message-attribute)","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["{max?: number}"],"default":"see the following table"},{"name":"experimental-features","description":"features at experimental stage to be added, all features are default to be set to false","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["object"]},{"name":"empty-values","description":"global empty values of components","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["array"]},{"name":"value-on-clear","description":"global clear return value","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["string","number","boolean","Function"]}],"attributes":[{"name":"locale","description":"Locale Object","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["{name: string, el: TranslatePair}"],"default":"[en](https://github.com/element-plus/element-plus/blob/dev/packages/locale/lang/en.ts)"},{"name":"size","description":"global component size","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["'large' | 'default' | 'small'"],"default":"default"},{"name":"zIndex","description":"global Initial zIndex","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["number"]},{"name":"namespace","description":"global component className prefix (cooperated with [$namespace](https://github.com/element-plus/element-plus/blob/dev/packages/theme-chalk/src/mixins/config.scss#L1))","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["string"],"default":"el"},{"name":"button","description":"button related configuration, [see the following table](#button-attribute)","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["{autoInsertSpace?: boolean}"],"default":"see the following table"},{"name":"message","description":"message related configuration, [see the following table](#message-attribute)","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["{max?: number}"],"default":"see the following table"},{"name":"experimental-features","description":"features at experimental stage to be added, all features are default to be set to false","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["object"]},{"name":"empty-values","description":"global empty values of components","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["array"]},{"name":"value-on-clear","description":"global clear return value","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-attributes","type":["string","number","boolean","Function"]}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://quicktvui.com/zh-CN/component/config-provider.html#config-provider-slots"}]},{"name":"div","source":{"symbol":"Div"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/div.html#div","props":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"}],"attributes":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"}],"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"}],"js":{"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"}]}},{"name":"qt-flex-view","source":{"symbol":"QtFlexView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/flex-view.html#flexview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/flex-view.html#slots"}]},{"name":"qt-grid-view","source":{"symbol":"QtGridView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#gridview","props":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"spanCount","description":"span数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"pageSize","description":"每页数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"areaWidth","description":"宽度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{top:15,left:30}"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string[]"],"default":"['left', 'right', 'top', 'bottom']"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["object"]}],"attributes":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"spanCount","description":"span数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"pageSize","description":"每页数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"areaWidth","description":"宽度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{top:15,left:30}"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string[]"],"default":"['left', 'right', 'top', 'bottom']"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["object"]}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"},{"name":"header","description":"自定义顶部内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"},{"name":"footer","description":"自定义底部内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"},{"name":"loading","description":"自定义加载组件内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"}],"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"}],"js":{"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"}]}},{"name":"qt-image","source":{"symbol":"QtImage"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/image.html#image","props":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"backgroundColor","description":"图片背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"loadDelay","description":"延迟加载","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}],"attributes":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"backgroundColor","description":"图片背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"loadDelay","description":"延迟加载","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}]},{"name":"img","source":{"symbol":"Img"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/img.html#img","props":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}],"attributes":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}],"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"load","description":"加载成功完成时调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadStart","description":"加载开始时调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadEnd","description":"加载结束后,不论成功还是失败,调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"error","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"progress","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"}],"js":{"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"load","description":"加载成功完成时调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadStart","description":"加载开始时调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadEnd","description":"加载结束后,不论成功还是失败,调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"error","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"progress","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"}]}},{"name":"qt-item-store","source":{"symbol":"QtItemStore"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/item-store.html#itemstore","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/item-store.html#slots"}]},{"name":"qt-item-view","source":{"symbol":"QtItemView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/item-view.html#itemview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/item-view.html#slots"}]},{"name":"li","source":{"symbol":"Li"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/li.html#li","props":[{"name":"type","description":"指定一个函数,在其中返回对应条目的类型(返回Number类型的自然数,默认是0),List 将对同类型条目进行复用,所以合理的类型拆分,可以很好地提升list 性能。","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["number"],"default":"0"},{"name":"key","description":"指定一个函数,在其中返回对应条目的 Key 值","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["string"]}],"attributes":[{"name":"type","description":"指定一个函数,在其中返回对应条目的类型(返回Number类型的自然数,默认是0),List 将对同类型条目进行复用,所以合理的类型拆分,可以很好地提升list 性能。","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["number"],"default":"0"},{"name":"key","description":"指定一个函数,在其中返回对应条目的 Key 值","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["string"]}]},{"name":"qt-list-item","source":{"symbol":"QtListItem"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#listitem","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#slots"}],"events":[{"name":"item-focused","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-attached","description":"连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-detached","description":"断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-bind","description":"绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-unbind","description":"解绑事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"}],"js":{"events":[{"name":"item-focused","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-attached","description":"连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-detached","description":"断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-bind","description":"绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-unbind","description":"解绑事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"}]}},{"name":"qt-list-view","source":{"symbol":"QtListView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#listview","props":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{bottom:18,right:30,left:30}"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["object"]}],"attributes":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{bottom:18,right:30,left:30}"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["object"]}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#slots"}],"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-attached","description":"条目连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-detached","description":"条目断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"load-more","description":"加载更多数据事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"focus-search-failed","description":"寻找焦点失败事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"}],"js":{"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-attached","description":"条目连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-detached","description":"条目断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"load-more","description":"加载更多数据事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"focus-search-failed","description":"寻找焦点失败事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"}]}},{"name":"qt-loading","source":{"symbol":"QtLoading"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/loading.html#loading","props":[{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/loading.html#attributes","type":["string"]}],"attributes":[{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/loading.html#attributes","type":["string"]}]},{"name":"qt-lottie","source":{"symbol":"QtLottie"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#lottie","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#slots"}],"events":[{"name":"animation-event","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#events"}],"js":{"events":[{"name":"animation-event","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#events"}]}},{"name":"qt-media-series","source":{"symbol":"QtMediaSeries"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#mediaseries","props":[{"name":"gradientBackground","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#1AFFFFFF','#1AFFFFFF'],orientation:6,cornerRadius:8}"},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFFFFF','#FFFFFF'],orientation:6,cornerRadius:8}"},{"name":"iconGradientBackground","description":"图标背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFB67827','#FFDBAF5C'],cornerRadius:4,orientation:6}"},{"name":"markColor","description":"角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FF4E46"},{"name":"markVipColor","description":"VIP角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FFD97C"},{"name":"textColors","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'rgba(255, 255, 255, .5)',focusColor:'rgba(0, 0, 0, 1)',selectColor:'rgba(255, 255, 255, .5)'}"},{"name":"textVipColors","description":"VIP文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'#FFD97C',focusColor:'#B67827',selectColor:'#B67827'}'}"},{"name":"itemDivWidth","description":"选集条目的宽度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"490"},{"name":"itemDivHeight","description":"选集条目的高度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"100"}],"attributes":[{"name":"gradientBackground","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#1AFFFFFF','#1AFFFFFF'],orientation:6,cornerRadius:8}"},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFFFFF','#FFFFFF'],orientation:6,cornerRadius:8}"},{"name":"iconGradientBackground","description":"图标背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFB67827','#FFDBAF5C'],cornerRadius:4,orientation:6}"},{"name":"markColor","description":"角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FF4E46"},{"name":"markVipColor","description":"VIP角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FFD97C"},{"name":"textColors","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'rgba(255, 255, 255, .5)',focusColor:'rgba(0, 0, 0, 1)',selectColor:'rgba(255, 255, 255, .5)'}"},{"name":"textVipColors","description":"VIP文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'#FFD97C',focusColor:'#B67827',selectColor:'#B67827'}'}"},{"name":"itemDivWidth","description":"选集条目的宽度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"490"},{"name":"itemDivHeight","description":"选集条目的高度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"100"}],"events":[{"name":"item-focused","description":"选集条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"item-click","description":"选集条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"load-data","description":"加载数据","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"group-item-focused","description":"选集分组条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"}],"js":{"events":[{"name":"item-focused","description":"选集条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"item-click","description":"选集条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"load-data","description":"加载数据","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"group-item-focused","description":"选集分组条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"}]}},{"name":"qt-nav-bar","source":{"symbol":"QtNavBar"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#navbar","props":[{"name":"itemGap","description":"导航栏条目的间距","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"horizontal","description":"是否横向","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"initSelect","description":"初始化选中位置","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"navs","description":"导航栏条目列表","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":[{"name":"QTNavBarItem[]","source":{"symbol":"QTNavBarItem"}}]},{"name":"tabNavBarClass","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["string"]},{"name":"horizontalFadingEdgeEnabled","description":"启用横向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"启用竖向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"消失边缘的长度","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"}],"attributes":[{"name":"itemGap","description":"导航栏条目的间距","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"horizontal","description":"是否横向","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"initSelect","description":"初始化选中位置","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"navs","description":"导航栏条目列表","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":[{"name":"QTNavBarItem[]","source":{"symbol":"QTNavBarItem"}}]},{"name":"tabNavBarClass","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["string"]},{"name":"horizontalFadingEdgeEnabled","description":"启用横向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"启用竖向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"消失边缘的长度","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#slots"}],"events":[{"name":"tab-focus","description":"导航条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-click","description":"导航条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-select","description":"导航条目选中事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"}],"js":{"events":[{"name":"tab-focus","description":"导航条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-click","description":"导航条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-select","description":"导航条目选中事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"}]}},{"name":"p","source":{"symbol":"P"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/p.html#p","props":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"numberOfLines","description":"用来当文本过长的时候裁剪文本。包括折叠产生的换行在内,总的行数不会超过这个属性的限制。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["number"]},{"name":"ellipsizeMode","description":"当设定了 `numberOfLines` 值后,这个参数指定了字符串如何被截断。所以,在使用 `ellipsizeMode` 时,必须得同时指定 `numberOfLines` 数值。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"head","source":{"symbol":"head"}},{"name":"middle","source":{"symbol":"middle"}},{"name":"tail","source":{"symbol":"tail"}},{"name":"clip","source":{"symbol":"clip"}}]}],"attributes":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"numberOfLines","description":"用来当文本过长的时候裁剪文本。包括折叠产生的换行在内,总的行数不会超过这个属性的限制。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["number"]},{"name":"ellipsizeMode","description":"当设定了 `numberOfLines` 值后,这个参数指定了字符串如何被截断。所以,在使用 `ellipsizeMode` 时,必须得同时指定 `numberOfLines` 数值。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"head","source":{"symbol":"head"}},{"name":"middle","source":{"symbol":"middle"}},{"name":"tail","source":{"symbol":"tail"}},{"name":"clip","source":{"symbol":"clip"}}]}]},{"name":"qt-plugin-view","source":{"symbol":"QtPluginView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#pluginview","events":[{"name":"onPluginLoadSuccess","description":"加载插件成功","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"},{"name":"onPluginLoadError","description":"加载插件失败","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"}],"js":{"events":[{"name":"onPluginLoadSuccess","description":"加载插件成功","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"},{"name":"onPluginLoadError","description":"加载插件失败","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"}]}},{"name":"qt-poster","source":{"symbol":"QtPoster"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#poster","props":[{"name":"requestFirstFocus","description":"请求焦点","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["boolean"],"default":"false"},{"name":"loadDelay","description":"加载延迟事件","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"500"},{"name":"type","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"10001"},{"name":"borderRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"8"},{"name":"rippleColor","description":"水波纹颜色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusBgColor","description":"焦点背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"focusTitleColor","description":"标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusSubTitleColor","description":"副标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"floatTitleBgColor","description":"浮动标题背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string[]"]}],"attributes":[{"name":"requestFirstFocus","description":"请求焦点","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["boolean"],"default":"false"},{"name":"loadDelay","description":"加载延迟事件","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"500"},{"name":"type","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"10001"},{"name":"borderRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"8"},{"name":"rippleColor","description":"水波纹颜色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusBgColor","description":"焦点背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"focusTitleColor","description":"标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusSubTitleColor","description":"副标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"floatTitleBgColor","description":"浮动标题背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string[]"]}]},{"name":"qt-progress-bar","source":{"symbol":"QtProgressBar"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#progressbar","props":[{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"cornerRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondColor","description":"第二颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"show","description":"是否显示","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"progress","description":"进度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"maxProgress","description":"总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondProgress","description":"第二总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["{ startColor: string, endColor: string}"]}],"attributes":[{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"cornerRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondColor","description":"第二颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"show","description":"是否显示","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"progress","description":"进度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"maxProgress","description":"总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondProgress","description":"第二总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["{ startColor: string, endColor: string}"]}],"events":[{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"}],"js":{"events":[{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"}]}},{"name":"qt-qr-code","source":{"symbol":"QtQrCode"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#qrcode","props":[{"name":"content","description":"二维码内容","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["string"]},{"name":"optimize","description":"优化","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["boolean"],"default":"false"}],"attributes":[{"name":"content","description":"二维码内容","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["string"]},{"name":"optimize","description":"优化","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["boolean"],"default":"false"}]},{"name":"qt-replace-child","source":{"symbol":"QtReplaceChild"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/replace-child.html#replacechild","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/replace-child.html#slots"}]},{"name":"qt-ripple-view","source":{"symbol":"QtRippleView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/ripple-view.html#rippleview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/ripple-view.html#slots"}]},{"name":"qt-row","source":{"symbol":"QtRow"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/row.html#row","props":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["string"],"default":"div"},{"name":"gutter","description":"间距","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["number"],"default":"0"},{"name":"justify","description":"两端对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'start' | 'center' | 'end' | 'space-around' | 'space-between' | 'space-evenly'"]},{"name":"align","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'top' | 'middle' | 'bottom'"]}],"attributes":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["string"],"default":"div"},{"name":"gutter","description":"间距","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["number"],"default":"0"},{"name":"justify","description":"两端对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'start' | 'center' | 'end' | 'space-around' | 'space-between' | 'space-evenly'"]},{"name":"align","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'top' | 'middle' | 'bottom'"]}],"slots":[{"name":"default","description":"自定义内容","doc-url":"https://quicktvui.com/zh-CN/component/row.html#slots"}]},{"name":"qt-scroll-view","source":{"symbol":"QtScrollView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/scroll-view.html#scrollview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/scroll-view.html#slots"}]},{"name":"qt-seek-bar","source":{"symbol":"QtSeekBar"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#seekbar","props":[{"name":"emitEventDelay","description":"发送进度事件间隔时间","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["number"]},{"name":"onProgressChanged","description":"进度回调","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["(progress: number) => void"]}],"attributes":[{"name":"emitEventDelay","description":"发送进度事件间隔时间","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["number"]},{"name":"onProgressChanged","description":"进度回调","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["(progress: number) => void"]}],"events":[{"name":"onSeekStart","description":"开始快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekStop","description":"停止快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"}],"js":{"events":[{"name":"onSeekStart","description":"开始快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekStop","description":"停止快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"}]}},{"name":"qt-surface-view","source":{"symbol":"QtSurfaceView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/surface-view.html#surfaceview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/surface-view.html#slots"}]},{"name":"qt-tabs-view","source":{"symbol":"QtTabsView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/tabs-view.html#tabsview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/tabs-view.html#slots"}]},{"name":"qt-tabs","source":{"symbol":"QtTabs"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#tabs","props":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNumber","description":"预加载板块个数","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"3"},{"name":"tabNavBarClass","description":"tabNavBar的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabClass","description":"tab的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabPageClass","description":"tab内容的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabNavBarSid","description":"tabNavBar的Sid","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabsDataStrategy","description":"tab的数据策略","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["'overTime' | 'always' | 'oneShot'"],"default":"overTime"},{"name":"horizontal","description":"横向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"pageTransform","description":"页面变换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"hideOnSingleTab","description":"只有一个tab的时候隐藏导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"floatNavBar","description":"浮动导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"useNavBarBg","description":"使用导航栏背景","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"contentNextFocus","description":"内容的下一个焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, down: string, right: string}"],"default":"`{up:'tabList',left:'tabList'`}"},{"name":"triggerTask","description":"触发任务","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["Record<string, any>[]"],"default":"[ ]"},{"name":"blockViewPager","description":"拦截tab内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"blockViewPagerVertical","description":"拦截tab垂直内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"tabContentBlockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"['down']"},{"name":"tabContentResumeDelay","description":"tab内容恢复延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300ms"},{"name":"tabContentSwitchDelay","description":"tab导航切换延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"slidingEnable","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"slidingMode","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"initTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"rightTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"leftTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"duration","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1000"},{"name":"interpolatorType","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1"},{"name":"endHintEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"outOfDateTime","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300000"},{"name":"customPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"customItemPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"navBarNextFocusName","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, right: string, down: string}"],"default":"{down: 'content'}"},{"name":"horizontalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"}],"attributes":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNumber","description":"预加载板块个数","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"3"},{"name":"tabNavBarClass","description":"tabNavBar的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabClass","description":"tab的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabPageClass","description":"tab内容的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabNavBarSid","description":"tabNavBar的Sid","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabsDataStrategy","description":"tab的数据策略","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["'overTime' | 'always' | 'oneShot'"],"default":"overTime"},{"name":"horizontal","description":"横向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"pageTransform","description":"页面变换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"hideOnSingleTab","description":"只有一个tab的时候隐藏导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"floatNavBar","description":"浮动导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"useNavBarBg","description":"使用导航栏背景","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"contentNextFocus","description":"内容的下一个焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, down: string, right: string}"],"default":"`{up:'tabList',left:'tabList'`}"},{"name":"triggerTask","description":"触发任务","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["Record<string, any>[]"],"default":"[ ]"},{"name":"blockViewPager","description":"拦截tab内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"blockViewPagerVertical","description":"拦截tab垂直内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"tabContentBlockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"['down']"},{"name":"tabContentResumeDelay","description":"tab内容恢复延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300ms"},{"name":"tabContentSwitchDelay","description":"tab导航切换延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"slidingEnable","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"slidingMode","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"initTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"rightTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"leftTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"duration","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1000"},{"name":"interpolatorType","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1"},{"name":"endHintEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"outOfDateTime","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300000"},{"name":"customPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"customItemPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"navBarNextFocusName","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, right: string, down: string}"],"default":"{down: 'content'}"},{"name":"horizontalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"}],"slots":[{"name":"tab-item","description":"自定义导航栏item.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-item","description":"瀑布流flex section中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-list-item","description":"瀑布流list section 中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-vue-section","description":"瀑布流vue section 中内容.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-section","description":"瀑布流自定义section.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"}],"events":[{"name":"onTabPageLoadData","description":"tab加载数据","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageChanged","description":"tab切换页面","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabEvent","description":"tab事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemClick","description":"tab页面item点击事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemFocused","description":"tab页面item焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageSectionAttached","description":"tab页面板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScroll","description":"tab页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollStateChanged","description":"tab页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopStart","description":"tab页面开始滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopEnd","description":"tab页面结束滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomStart","description":"tab页面开始滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomEnd","description":"tab页面结束滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabChanged","description":"tab导航切换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToEnd","description":"tab页面滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToStart","description":"tab页面滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabClick","description":"tab导航点击","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadSuccess","description":"tab页面内容插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadError","description":"tab页面内容插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"}],"js":{"events":[{"name":"onTabPageLoadData","description":"tab加载数据","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageChanged","description":"tab切换页面","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabEvent","description":"tab事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemClick","description":"tab页面item点击事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemFocused","description":"tab页面item焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageSectionAttached","description":"tab页面板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScroll","description":"tab页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollStateChanged","description":"tab页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopStart","description":"tab页面开始滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopEnd","description":"tab页面结束滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomStart","description":"tab页面开始滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomEnd","description":"tab页面结束滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabChanged","description":"tab导航切换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToEnd","description":"tab页面滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToStart","description":"tab页面滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabClick","description":"tab导航点击","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadSuccess","description":"tab页面内容插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadError","description":"tab页面内容插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"}]}},{"name":"qt-test","source":{"symbol":"QtTest"},"description":"Commonly used test.","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test","props":[{"name":"size","description":"button size","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'large'| 'default'| 'small'"]},{"name":"type","description":"button type","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'primary'| 'success'| 'warning'| 'danger'| 'info'| 'text'"]},{"name":"plain","description":"determine whether it's a plain button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"text","description":"determine whether it's a text button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"bg","description":"determine whether the text button background color is always on","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"link","description":"determine whether it's a link button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"round","description":"determine whether it's a round button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"determine whether it's a circle button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading","description":"determine whether it's loading","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading-icon","description":"customize loading icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"Loading"},{"name":"disabled","description":"disable the button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}]},{"name":"autofocus","description":"same as native button's `autofocus`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"native-type","description":"same as native button's `type`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'button'| 'submit'| 'reset'"],"default":"button"},{"name":"auto-insert-space","description":"automatically insert a space between two chinese characters","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"]},{"name":"color","description":"custom button color, automatically calculate `hover` and `active` color","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string"]},{"name":"dark","description":"dark mode, which automatically converts `color` to dark mode colors","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"tag","description":"custom element tag","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"button"}],"attributes":[{"name":"size","description":"button size","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'large'| 'default'| 'small'"]},{"name":"type","description":"button type","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'primary'| 'success'| 'warning'| 'danger'| 'info'| 'text'"]},{"name":"plain","description":"determine whether it's a plain button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"text","description":"determine whether it's a text button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"bg","description":"determine whether the text button background color is always on","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"link","description":"determine whether it's a link button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"round","description":"determine whether it's a round button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"determine whether it's a circle button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading","description":"determine whether it's loading","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading-icon","description":"customize loading icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"Loading"},{"name":"disabled","description":"disable the button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}]},{"name":"autofocus","description":"same as native button's `autofocus`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"native-type","description":"same as native button's `type`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'button'| 'submit'| 'reset'"],"default":"button"},{"name":"auto-insert-space","description":"automatically insert a space between two chinese characters","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"]},{"name":"color","description":"custom button color, automatically calculate `hover` and `active` color","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string"]},{"name":"dark","description":"dark mode, which automatically converts `color` to dark mode colors","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"tag","description":"custom element tag","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"button"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-slots"},{"name":"loading","description":"customize loading component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-slots"},{"name":"icon","description":"customize icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-slots"}]},{"name":"qt-text","source":{"symbol":"QtText"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/text.html#text","props":[{"name":"text","description":"文字内容","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"lineSpacing","description":"行间距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textHtml","description":"html格式文字","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"typeface","description":"字体","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"gravity","description":"重心","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'center' | 'top' | 'bottom' | 'end' | 'centerHorizontal' | 'centerVertical' | 'start'"],"default":"center"},{"name":"fontSize","description":"字体大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"paddingRect","description":"边距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number[]"]},{"name":"textAlignment","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3","4","5","6"]},{"name":"ellipsizeMode","description":"省略模式","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3"]},{"name":"lines","description":"行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"maxLines","description":"最大行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"maxWidth","description":"最大宽度","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textSize","description":"文字大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"lineHeight","description":"行高","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"select","description":"选中","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"]},{"name":"autoWidth","description":"宽度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autoHeight","description":"高度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"自动获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[x : number, y : number, width : number,height : number]"]}],"attributes":[{"name":"text","description":"文字内容","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"lineSpacing","description":"行间距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textHtml","description":"html格式文字","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"typeface","description":"字体","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"gravity","description":"重心","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'center' | 'top' | 'bottom' | 'end' | 'centerHorizontal' | 'centerVertical' | 'start'"],"default":"center"},{"name":"fontSize","description":"字体大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"paddingRect","description":"边距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number[]"]},{"name":"textAlignment","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3","4","5","6"]},{"name":"ellipsizeMode","description":"省略模式","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3"]},{"name":"lines","description":"行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"maxLines","description":"最大行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"maxWidth","description":"最大宽度","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textSize","description":"文字大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"lineHeight","description":"行高","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"select","description":"选中","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"]},{"name":"autoWidth","description":"宽度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autoHeight","description":"高度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"自动获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[x : number, y : number, width : number,height : number]"]}]},{"name":"qt-transition-img","source":{"symbol":"QtTransitionImg"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/transition-img.html#transitionimg","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/transition-img.html#slots"}]},{"name":"ul","source":{"symbol":"Ul"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#ul","props":[{"name":"horizontal","description":"开启横向列表模式,默认为false。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"numberOfRows","description":"指定列表的行数,一般直接传入数据源条数 `length` 即可。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"]},{"name":"initialContentOffset","description":"初始位移值 -- 在列表初始化时即可指定滚动距离,避免初始化后再通过 scrollTo 系列方法产生的闪动。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollEventThrottle","description":"指定滑动事件的回调频率,传入数值指定了多少毫秒(ms)组件会调用一次 `onScroll` 回调事件,默认 200ms","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"200"},{"name":"showScrollIndicator","description":"是否显示垂直滚动条。 因为目前 ListView 其实仅有垂直滚动一种方向,水平滚动会导致 `onEndReached` 等一堆问题暂不建议使用,所以 `showScrollIndicator` 也仅用来控制是否显示垂直滚动条。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadItemNumber","description":"预加载:指定当列表滚动至倒数第几个时触发 `onLoadMore` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"},{"name":"disableAdvancedFocusSearch","description":"关闭`ul`寻焦性能优化,在某些不正常情况下,可尝试关闭,默认开启","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"endHintEnabled","description":"设置是否开启底部回弹反馈效果","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"focusMemory","description":"设置是否记忆列表上次选中焦点的问题","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"initFocusPositionAfterLayout","description":"设置在`ul`布局完成后,首次获得焦点的子`View`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"-1"},{"name":"listenFocusSearchOnFail","description":"设置是否监听在`ul`内部寻焦失败事件","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"false"},{"name":"makeChildVisibleType","description":"设置子`View`获得焦点时,如果展示不完整,如何滚动`ul`的方式,分别为`normal`和`center`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["string"],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"设置子`View`获得焦点时,如果展示不完整,向前滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"设置子`View`获得焦点时,如果展示不完整,向后滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"enableSelectOnFocus","description":"设置子`View`的`select`状态是否跟随焦点的变化而变化","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"ALL"},{"name":"scrollStateChangeEnabled","description":"`scrollStateChanged` 事件开关,默认true","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"clipChildren","description":"设置是否将超出边界的子`View`切除","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"descendantFocusability","description":"设置焦点的分发方式,`0`为在后代元素前,`1`为在后代元素后,`2`为阻止分发","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"blockFocusDirections","description":"当`div`内部寻焦为空时,是否拦截焦点","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["['left', 'right', 'top', 'bottom']"]},{"name":"nextFocusName","description":"按下媒体键下一个焦点的目标","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{left:'',right:'',up:'',down:'')}"]},{"name":"disableAdvancedFocusSearch","description":"关闭默认的焦点搜索方式。默认ul优先在列表内部寻焦以提高效率","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"listenBoundEvent","description":"是否开启on-bind,un-bind事件监听","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"setUseNegativeLayout","description":"是否打开消极的layout方式,兼容性api,防止某些场景列表频繁刷新。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"scrollThresholdHorizontal","description":"焦点在列表内部横向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"焦点在列表内部纵向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"shakePreCheckNumber","description":"底部回弹效果触发时距最后一个item的个数","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"}],"attributes":[{"name":"horizontal","description":"开启横向列表模式,默认为false。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"numberOfRows","description":"指定列表的行数,一般直接传入数据源条数 `length` 即可。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"]},{"name":"initialContentOffset","description":"初始位移值 -- 在列表初始化时即可指定滚动距离,避免初始化后再通过 scrollTo 系列方法产生的闪动。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollEventThrottle","description":"指定滑动事件的回调频率,传入数值指定了多少毫秒(ms)组件会调用一次 `onScroll` 回调事件,默认 200ms","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"200"},{"name":"showScrollIndicator","description":"是否显示垂直滚动条。 因为目前 ListView 其实仅有垂直滚动一种方向,水平滚动会导致 `onEndReached` 等一堆问题暂不建议使用,所以 `showScrollIndicator` 也仅用来控制是否显示垂直滚动条。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadItemNumber","description":"预加载:指定当列表滚动至倒数第几个时触发 `onLoadMore` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"},{"name":"disableAdvancedFocusSearch","description":"关闭`ul`寻焦性能优化,在某些不正常情况下,可尝试关闭,默认开启","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"endHintEnabled","description":"设置是否开启底部回弹反馈效果","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"focusMemory","description":"设置是否记忆列表上次选中焦点的问题","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"initFocusPositionAfterLayout","description":"设置在`ul`布局完成后,首次获得焦点的子`View`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"-1"},{"name":"listenFocusSearchOnFail","description":"设置是否监听在`ul`内部寻焦失败事件","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"false"},{"name":"makeChildVisibleType","description":"设置子`View`获得焦点时,如果展示不完整,如何滚动`ul`的方式,分别为`normal`和`center`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["string"],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"设置子`View`获得焦点时,如果展示不完整,向前滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"设置子`View`获得焦点时,如果展示不完整,向后滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"enableSelectOnFocus","description":"设置子`View`的`select`状态是否跟随焦点的变化而变化","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"ALL"},{"name":"scrollStateChangeEnabled","description":"`scrollStateChanged` 事件开关,默认true","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"clipChildren","description":"设置是否将超出边界的子`View`切除","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"descendantFocusability","description":"设置焦点的分发方式,`0`为在后代元素前,`1`为在后代元素后,`2`为阻止分发","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"blockFocusDirections","description":"当`div`内部寻焦为空时,是否拦截焦点","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["['left', 'right', 'top', 'bottom']"]},{"name":"nextFocusName","description":"按下媒体键下一个焦点的目标","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{left:'',right:'',up:'',down:'')}"]},{"name":"disableAdvancedFocusSearch","description":"关闭默认的焦点搜索方式。默认ul优先在列表内部寻焦以提高效率","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"listenBoundEvent","description":"是否开启on-bind,un-bind事件监听","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"setUseNegativeLayout","description":"是否打开消极的layout方式,兼容性api,防止某些场景列表频繁刷新。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"scrollThresholdHorizontal","description":"焦点在列表内部横向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"焦点在列表内部纵向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"shakePreCheckNumber","description":"底部回弹效果触发时距最后一个item的个数","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"}],"events":[{"name":"endReached","description":"当所有的数据都已经渲染过,并且列表被滚动到最后一条时,将触发 `onEndReached` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollBegin","description":"在 `ScrollView` 开始滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollEnd","description":"在 `ScrollView` 结束滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scrollStateChanged","description":"当触发 `ListView` 的滑动状态时回调,Event.newState:1(开始滑动)、Event.newState:2(滑动中)、Event.newState:0(滑动结束)、Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scroll","description":"当触发 `ListView` 的滑动事件时回调,在 `ListView` 滑动时回调,因此调用会非常频繁,请使用 `scrollEventThrottle` 进行频率控制。 注意:ListView 在滚动时会进行组件回收,不要在滚动时对 renderRow() 生成的 ListItemView 做任何 ref 节点级的操作(例如:所有 callUIFunction 和 measureInWindow 方法),回收后的节点将无法再进行操作而报错。Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"loadMore","description":"当需要`分页`加载数据时,将触发 `onLoadMore` 回调,会触发此函数,可配合参数(preloadItemNumber)使用","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"childFocus","description":"同`div`相同","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-bind","description":"ul中一个item创建时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-unbind","description":"ul中一个item回收利用时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"}],"js":{"events":[{"name":"endReached","description":"当所有的数据都已经渲染过,并且列表被滚动到最后一条时,将触发 `onEndReached` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollBegin","description":"在 `ScrollView` 开始滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollEnd","description":"在 `ScrollView` 结束滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scrollStateChanged","description":"当触发 `ListView` 的滑动状态时回调,Event.newState:1(开始滑动)、Event.newState:2(滑动中)、Event.newState:0(滑动结束)、Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scroll","description":"当触发 `ListView` 的滑动事件时回调,在 `ListView` 滑动时回调,因此调用会非常频繁,请使用 `scrollEventThrottle` 进行频率控制。 注意:ListView 在滚动时会进行组件回收,不要在滚动时对 renderRow() 生成的 ListItemView 做任何 ref 节点级的操作(例如:所有 callUIFunction 和 measureInWindow 方法),回收后的节点将无法再进行操作而报错。Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"loadMore","description":"当需要`分页`加载数据时,将触发 `onLoadMore` 回调,会触发此函数,可配合参数(preloadItemNumber)使用","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"childFocus","description":"同`div`相同","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-bind","description":"ul中一个item创建时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-unbind","description":"ul中一个item回收利用时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"}]}},{"name":"qt-view","source":{"symbol":"QtView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/view.html#view","props":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"}],"attributes":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"}],"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"}],"js":{"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"}]}},{"name":"qt-vue-section","source":{"symbol":"QtVueSection"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/vue-section.html#vuesection"},{"name":"qt-waterfall","source":{"symbol":"QtWaterfall"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#waterfall","props":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string[]"],"default":"['left', 'right']"},{"name":"scrollYLesserReferenceValue","description":"Y轴滚动减少的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollYGreaterReferenceValue","description":"Y轴滚动增加的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["object"]}],"attributes":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string[]"],"default":"['left', 'right']"},{"name":"scrollYLesserReferenceValue","description":"Y轴滚动减少的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollYGreaterReferenceValue","description":"Y轴滚动增加的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["object"]}],"slots":[{"name":"item","description":"flex section中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"},{"name":"list-item","description":"list section 中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"},{"name":"vue-section","description":"vue section 中内容.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"},{"name":"section","description":"自定义section.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"}],"events":[{"name":"onScroll","description":"页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollStateChanged","description":"页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemClick","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemFocused","description":"条目焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionBind","description":"板块绑定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionAttached","description":"板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionDetached","description":"板块Detached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadSuccess","description":"插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadError","description":"插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"}],"js":{"events":[{"name":"onScroll","description":"页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollStateChanged","description":"页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemClick","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemFocused","description":"条目焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionBind","description":"板块绑定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionAttached","description":"板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionDetached","description":"板块Detached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadSuccess","description":"插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadError","description":"插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"}]}},{"name":"qt-web-view","source":{"symbol":"QtWebView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#webview","events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"}],"js":{"events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"}]}},{"name":"qt-x5web-view","source":{"symbol":"QtX5webView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#x5webview","events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"}],"js":{"events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"}]}}]}}}
1
+ {"$schema":"http://json.schemastore.org/web-types","framework":"vue","name":"quicktvui","version":"0.0.1","js-types-syntax":"typescript","description-markup":"markdown","contributions":{"html":{"tags":[{"name":"qt-animation","source":{"symbol":"QtAnimation"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#animation","slots":[{"name":"default","description":"需要执行动画的组件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#slots"}],"events":[{"name":"onAnimationEnd","description":"动画结束事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationCancel","description":"动画取消事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationStart","description":"动画开始事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationRepeat","description":"动画重复执行事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationPause","description":"动画暂停事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationResume","description":"动画恢复事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationUpdate","description":"动画更新事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"}],"js":{"events":[{"name":"onAnimationEnd","description":"动画结束事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationCancel","description":"动画取消事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationStart","description":"动画开始事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationRepeat","description":"动画重复执行事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationPause","description":"动画暂停事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationResume","description":"动画恢复事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationUpdate","description":"动画更新事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"}]}},{"name":"qt-app-icon","source":{"symbol":"QtAppIcon"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#appicon","props":[{"name":"roundingRadius","description":"应用图标圆角","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]},{"name":"packageName","description":"应用包名","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]}],"attributes":[{"name":"roundingRadius","description":"应用图标圆角","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]},{"name":"packageName","description":"应用包名","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]}]},{"name":"qt-button","source":{"symbol":"QtButton"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/button.html#button","props":[{"name":"size","description":"尺寸","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["'default' | 'large' | 'medium' | 'small'| 'mini'"],"default":"default"},{"name":"itemType","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"20000"},{"name":"focusBorder","description":"是否显示边框","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"1.08"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"true"},{"name":"enableFlexStyle","description":"是否支持flex样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"标准状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"focusIcon","description":"焦点状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"text","description":"按钮的文本","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientSelectedBackground","description":"选中状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientBackground","description":"标准背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"disabled","description":"是否显示可用样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"是否显示圆形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"round","description":"是否显示圆角样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"square","description":"是否显示正方形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"buttonStyle","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"textStyle","description":"文字样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconStyle","description":"图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"focusIconStyle","description":"焦点图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconParentStyle","description":"图标的父样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]}],"attributes":[{"name":"size","description":"尺寸","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["'default' | 'large' | 'medium' | 'small'| 'mini'"],"default":"default"},{"name":"itemType","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"20000"},{"name":"focusBorder","description":"是否显示边框","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"1.08"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"true"},{"name":"enableFlexStyle","description":"是否支持flex样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"标准状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"focusIcon","description":"焦点状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"text","description":"按钮的文本","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientSelectedBackground","description":"选中状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientBackground","description":"标准背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"disabled","description":"是否显示可用样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"是否显示圆形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"round","description":"是否显示圆角样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"square","description":"是否显示正方形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"buttonStyle","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"textStyle","description":"文字样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconStyle","description":"图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"focusIconStyle","description":"焦点图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconParentStyle","description":"图标的父样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/button.html#slots"}],"events":[{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"}],"js":{"events":[{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"}]}},{"name":"qt-classified-list-view","source":{"symbol":"QtClassifiedListView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#classifiedlistview","props":[{"name":"className","description":"样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"classNavName","description":"导航样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"currentFocusIndex","description":"当前焦点的选中索引","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"0"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"1.15"},{"name":"navType","description":"导航类型","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"10001"}],"attributes":[{"name":"className","description":"样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"classNavName","description":"导航样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"currentFocusIndex","description":"当前焦点的选中索引","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"0"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"1.15"},{"name":"navType","description":"导航类型","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"10001"}],"slots":[{"name":"item","description":"自定义内容","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#slots"},{"name":"navItem","description":"自定义导航内容","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#slots"}],"events":[{"name":"item-focused","description":"条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"},{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"}],"js":{"events":[{"name":"item-focused","description":"条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"},{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"}]}},{"name":"qt-collapse","source":{"symbol":"QtCollapse"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#collapse","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#slots"}],"events":[{"name":"onCollapseItemExpand","description":"展开事件","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#events"}],"js":{"events":[{"name":"onCollapseItemExpand","description":"展开事件","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#events"}]}},{"name":"qt-column","source":{"symbol":"QtColumn"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/column.html#column","props":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/column.html#attributes","type":["string"],"default":"div"}],"attributes":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/column.html#attributes","type":["string"],"default":"div"}],"slots":[{"name":"default","description":"自定义内容","doc-url":"https://quicktvui.com/zh-CN/component/column.html#slots"}]},{"name":"div","source":{"symbol":"Div"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/div.html#div","props":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"}],"attributes":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"}],"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"}],"js":{"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"}]}},{"name":"qt-flex-view","source":{"symbol":"QtFlexView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/flex-view.html#flexview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/flex-view.html#slots"}]},{"name":"qt-grid-view","source":{"symbol":"QtGridView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#gridview","props":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"spanCount","description":"span数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"pageSize","description":"每页数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"areaWidth","description":"宽度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{top:15,left:30}"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string[]"],"default":"['left', 'right', 'top', 'bottom']"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["object"]}],"attributes":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"spanCount","description":"span数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"pageSize","description":"每页数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"areaWidth","description":"宽度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{top:15,left:30}"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string[]"],"default":"['left', 'right', 'top', 'bottom']"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["object"]}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"},{"name":"header","description":"自定义顶部内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"},{"name":"footer","description":"自定义底部内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"},{"name":"loading","description":"自定义加载组件内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"}],"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"}],"js":{"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"}]}},{"name":"qt-image","source":{"symbol":"QtImage"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/image.html#image","props":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"backgroundColor","description":"图片背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"loadDelay","description":"延迟加载","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}],"attributes":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"backgroundColor","description":"图片背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"loadDelay","description":"延迟加载","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}]},{"name":"img","source":{"symbol":"Img"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/img.html#img","props":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}],"attributes":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}],"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"load","description":"加载成功完成时调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadStart","description":"加载开始时调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadEnd","description":"加载结束后,不论成功还是失败,调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"error","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"progress","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"}],"js":{"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"load","description":"加载成功完成时调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadStart","description":"加载开始时调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadEnd","description":"加载结束后,不论成功还是失败,调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"error","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"progress","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"}]}},{"name":"qt-item-store","source":{"symbol":"QtItemStore"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/item-store.html#itemstore","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/item-store.html#slots"}]},{"name":"qt-item-view","source":{"symbol":"QtItemView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/item-view.html#itemview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/item-view.html#slots"}]},{"name":"li","source":{"symbol":"Li"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/li.html#li","props":[{"name":"type","description":"指定一个函数,在其中返回对应条目的类型(返回Number类型的自然数,默认是0),List 将对同类型条目进行复用,所以合理的类型拆分,可以很好地提升list 性能。","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["number"],"default":"0"},{"name":"key","description":"指定一个函数,在其中返回对应条目的 Key 值","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["string"]}],"attributes":[{"name":"type","description":"指定一个函数,在其中返回对应条目的类型(返回Number类型的自然数,默认是0),List 将对同类型条目进行复用,所以合理的类型拆分,可以很好地提升list 性能。","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["number"],"default":"0"},{"name":"key","description":"指定一个函数,在其中返回对应条目的 Key 值","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["string"]}]},{"name":"qt-list-item","source":{"symbol":"QtListItem"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#listitem","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#slots"}],"events":[{"name":"item-focused","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-attached","description":"连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-detached","description":"断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-bind","description":"绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-unbind","description":"解绑事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"}],"js":{"events":[{"name":"item-focused","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-attached","description":"连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-detached","description":"断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-bind","description":"绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-unbind","description":"解绑事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"}]}},{"name":"qt-list-view","source":{"symbol":"QtListView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#listview","props":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{bottom:18,right:30,left:30}"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["object"]}],"attributes":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{bottom:18,right:30,left:30}"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["object"]}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#slots"}],"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-attached","description":"条目连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-detached","description":"条目断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"load-more","description":"加载更多数据事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"focus-search-failed","description":"寻找焦点失败事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"}],"js":{"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-attached","description":"条目连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-detached","description":"条目断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"load-more","description":"加载更多数据事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"focus-search-failed","description":"寻找焦点失败事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"}]}},{"name":"qt-loading","source":{"symbol":"QtLoading"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/loading.html#loading","props":[{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/loading.html#attributes","type":["string"]}],"attributes":[{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/loading.html#attributes","type":["string"]}]},{"name":"qt-lottie","source":{"symbol":"QtLottie"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#lottie","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#slots"}],"events":[{"name":"animation-event","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#events"}],"js":{"events":[{"name":"animation-event","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#events"}]}},{"name":"qt-media-series","source":{"symbol":"QtMediaSeries"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#mediaseries","props":[{"name":"gradientBackground","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#1AFFFFFF','#1AFFFFFF'],orientation:6,cornerRadius:8}"},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFFFFF','#FFFFFF'],orientation:6,cornerRadius:8}"},{"name":"iconGradientBackground","description":"图标背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFB67827','#FFDBAF5C'],cornerRadius:4,orientation:6}"},{"name":"markColor","description":"角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FF4E46"},{"name":"markVipColor","description":"VIP角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FFD97C"},{"name":"textColors","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'rgba(255, 255, 255, .5)',focusColor:'rgba(0, 0, 0, 1)',selectColor:'rgba(255, 255, 255, .5)'}"},{"name":"textVipColors","description":"VIP文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'#FFD97C',focusColor:'#B67827',selectColor:'#B67827'}'}"},{"name":"itemDivWidth","description":"选集条目的宽度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"490"},{"name":"itemDivHeight","description":"选集条目的高度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"100"}],"attributes":[{"name":"gradientBackground","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#1AFFFFFF','#1AFFFFFF'],orientation:6,cornerRadius:8}"},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFFFFF','#FFFFFF'],orientation:6,cornerRadius:8}"},{"name":"iconGradientBackground","description":"图标背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFB67827','#FFDBAF5C'],cornerRadius:4,orientation:6}"},{"name":"markColor","description":"角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FF4E46"},{"name":"markVipColor","description":"VIP角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FFD97C"},{"name":"textColors","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'rgba(255, 255, 255, .5)',focusColor:'rgba(0, 0, 0, 1)',selectColor:'rgba(255, 255, 255, .5)'}"},{"name":"textVipColors","description":"VIP文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'#FFD97C',focusColor:'#B67827',selectColor:'#B67827'}'}"},{"name":"itemDivWidth","description":"选集条目的宽度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"490"},{"name":"itemDivHeight","description":"选集条目的高度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"100"}],"events":[{"name":"item-focused","description":"选集条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"item-click","description":"选集条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"load-data","description":"加载数据","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"group-item-focused","description":"选集分组条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"}],"js":{"events":[{"name":"item-focused","description":"选集条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"item-click","description":"选集条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"load-data","description":"加载数据","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"group-item-focused","description":"选集分组条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"}]}},{"name":"qt-nav-bar","source":{"symbol":"QtNavBar"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#navbar","props":[{"name":"itemGap","description":"导航栏条目的间距","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"horizontal","description":"是否横向","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"initSelect","description":"初始化选中位置","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"navs","description":"导航栏条目列表","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":[{"name":"QTNavBarItem[]","source":{"symbol":"QTNavBarItem"}}]},{"name":"tabNavBarClass","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["string"]},{"name":"horizontalFadingEdgeEnabled","description":"启用横向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"启用竖向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"消失边缘的长度","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"}],"attributes":[{"name":"itemGap","description":"导航栏条目的间距","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"horizontal","description":"是否横向","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"initSelect","description":"初始化选中位置","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"navs","description":"导航栏条目列表","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":[{"name":"QTNavBarItem[]","source":{"symbol":"QTNavBarItem"}}]},{"name":"tabNavBarClass","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["string"]},{"name":"horizontalFadingEdgeEnabled","description":"启用横向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"启用竖向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"消失边缘的长度","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#slots"}],"events":[{"name":"tab-focus","description":"导航条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-click","description":"导航条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-select","description":"导航条目选中事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"}],"js":{"events":[{"name":"tab-focus","description":"导航条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-click","description":"导航条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-select","description":"导航条目选中事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"}]}},{"name":"p","source":{"symbol":"P"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/p.html#p","props":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"numberOfLines","description":"用来当文本过长的时候裁剪文本。包括折叠产生的换行在内,总的行数不会超过这个属性的限制。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["number"]},{"name":"ellipsizeMode","description":"当设定了 `numberOfLines` 值后,这个参数指定了字符串如何被截断。所以,在使用 `ellipsizeMode` 时,必须得同时指定 `numberOfLines` 数值。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"head","source":{"symbol":"head"}},{"name":"middle","source":{"symbol":"middle"}},{"name":"tail","source":{"symbol":"tail"}},{"name":"clip","source":{"symbol":"clip"}}]}],"attributes":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"numberOfLines","description":"用来当文本过长的时候裁剪文本。包括折叠产生的换行在内,总的行数不会超过这个属性的限制。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["number"]},{"name":"ellipsizeMode","description":"当设定了 `numberOfLines` 值后,这个参数指定了字符串如何被截断。所以,在使用 `ellipsizeMode` 时,必须得同时指定 `numberOfLines` 数值。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"head","source":{"symbol":"head"}},{"name":"middle","source":{"symbol":"middle"}},{"name":"tail","source":{"symbol":"tail"}},{"name":"clip","source":{"symbol":"clip"}}]}]},{"name":"qt-plugin-view","source":{"symbol":"QtPluginView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#pluginview","events":[{"name":"onPluginLoadSuccess","description":"加载插件成功","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"},{"name":"onPluginLoadError","description":"加载插件失败","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"}],"js":{"events":[{"name":"onPluginLoadSuccess","description":"加载插件成功","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"},{"name":"onPluginLoadError","description":"加载插件失败","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"}]}},{"name":"qt-poster","source":{"symbol":"QtPoster"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#poster","props":[{"name":"requestFirstFocus","description":"请求焦点","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["boolean"],"default":"false"},{"name":"loadDelay","description":"加载延迟事件","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"500"},{"name":"type","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"10001"},{"name":"borderRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"8"},{"name":"rippleColor","description":"水波纹颜色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusBgColor","description":"焦点背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"focusTitleColor","description":"标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusSubTitleColor","description":"副标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"floatTitleBgColor","description":"浮动标题背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string[]"]}],"attributes":[{"name":"requestFirstFocus","description":"请求焦点","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["boolean"],"default":"false"},{"name":"loadDelay","description":"加载延迟事件","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"500"},{"name":"type","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"10001"},{"name":"borderRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"8"},{"name":"rippleColor","description":"水波纹颜色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusBgColor","description":"焦点背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"focusTitleColor","description":"标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusSubTitleColor","description":"副标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"floatTitleBgColor","description":"浮动标题背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string[]"]}]},{"name":"qt-progress-bar","source":{"symbol":"QtProgressBar"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#progressbar","props":[{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"cornerRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondColor","description":"第二颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"show","description":"是否显示","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"progress","description":"进度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"maxProgress","description":"总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondProgress","description":"第二总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["{ startColor: string, endColor: string}"]}],"attributes":[{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"cornerRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondColor","description":"第二颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"show","description":"是否显示","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"progress","description":"进度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"maxProgress","description":"总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondProgress","description":"第二总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["{ startColor: string, endColor: string}"]}],"events":[{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"}],"js":{"events":[{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"}]}},{"name":"qt-qr-code","source":{"symbol":"QtQrCode"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#qrcode","props":[{"name":"content","description":"二维码内容","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["string"]},{"name":"optimize","description":"优化","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["boolean"],"default":"false"}],"attributes":[{"name":"content","description":"二维码内容","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["string"]},{"name":"optimize","description":"优化","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["boolean"],"default":"false"}]},{"name":"qt-replace-child","source":{"symbol":"QtReplaceChild"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/replace-child.html#replacechild","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/replace-child.html#slots"}]},{"name":"qt-ripple-view","source":{"symbol":"QtRippleView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/ripple-view.html#rippleview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/ripple-view.html#slots"}]},{"name":"qt-row","source":{"symbol":"QtRow"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/row.html#row","props":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["string"],"default":"div"},{"name":"gutter","description":"间距","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["number"],"default":"0"},{"name":"justify","description":"两端对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'start' | 'center' | 'end' | 'space-around' | 'space-between' | 'space-evenly'"]},{"name":"align","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'top' | 'middle' | 'bottom'"]}],"attributes":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["string"],"default":"div"},{"name":"gutter","description":"间距","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["number"],"default":"0"},{"name":"justify","description":"两端对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'start' | 'center' | 'end' | 'space-around' | 'space-between' | 'space-evenly'"]},{"name":"align","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'top' | 'middle' | 'bottom'"]}],"slots":[{"name":"default","description":"自定义内容","doc-url":"https://quicktvui.com/zh-CN/component/row.html#slots"}]},{"name":"qt-scroll-view","source":{"symbol":"QtScrollView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/scroll-view.html#scrollview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/scroll-view.html#slots"}]},{"name":"qt-seek-bar","source":{"symbol":"QtSeekBar"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#seekbar","props":[{"name":"emitEventDelay","description":"发送进度事件间隔时间","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["number"]},{"name":"onProgressChanged","description":"进度回调","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["(progress: number) => void"]}],"attributes":[{"name":"emitEventDelay","description":"发送进度事件间隔时间","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["number"]},{"name":"onProgressChanged","description":"进度回调","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["(progress: number) => void"]}],"events":[{"name":"onSeekStart","description":"开始快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekStop","description":"停止快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"}],"js":{"events":[{"name":"onSeekStart","description":"开始快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekStop","description":"停止快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"}]}},{"name":"qt-surface-view","source":{"symbol":"QtSurfaceView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/surface-view.html#surfaceview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/surface-view.html#slots"}]},{"name":"qt-tabs-view","source":{"symbol":"QtTabsView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/tabs-view.html#tabsview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/tabs-view.html#slots"}]},{"name":"qt-tabs","source":{"symbol":"QtTabs"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#tabs","props":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNumber","description":"预加载板块个数","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"3"},{"name":"tabNavBarClass","description":"tabNavBar的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabClass","description":"tab的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabPageClass","description":"tab内容的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabNavBarSid","description":"tabNavBar的Sid","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabsDataStrategy","description":"tab的数据策略","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["'overTime' | 'always' | 'oneShot'"],"default":"overTime"},{"name":"horizontal","description":"横向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"pageTransform","description":"页面变换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"hideOnSingleTab","description":"只有一个tab的时候隐藏导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"floatNavBar","description":"浮动导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"useNavBarBg","description":"使用导航栏背景","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"contentNextFocus","description":"内容的下一个焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, down: string, right: string}"],"default":"`{up:'tabList',left:'tabList'`}"},{"name":"triggerTask","description":"触发任务","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["Record<string, any>[]"],"default":"[ ]"},{"name":"blockViewPager","description":"拦截tab内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"blockViewPagerVertical","description":"拦截tab垂直内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"tabContentBlockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"['down']"},{"name":"tabContentResumeDelay","description":"tab内容恢复延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300ms"},{"name":"tabContentSwitchDelay","description":"tab导航切换延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"slidingEnable","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"slidingMode","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"initTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"rightTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"leftTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"duration","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1000"},{"name":"interpolatorType","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1"},{"name":"endHintEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"outOfDateTime","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300000"},{"name":"customPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"customItemPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"navBarNextFocusName","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, right: string, down: string}"],"default":"{down: 'content'}"},{"name":"horizontalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"}],"attributes":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNumber","description":"预加载板块个数","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"3"},{"name":"tabNavBarClass","description":"tabNavBar的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabClass","description":"tab的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabPageClass","description":"tab内容的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabNavBarSid","description":"tabNavBar的Sid","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabsDataStrategy","description":"tab的数据策略","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["'overTime' | 'always' | 'oneShot'"],"default":"overTime"},{"name":"horizontal","description":"横向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"pageTransform","description":"页面变换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"hideOnSingleTab","description":"只有一个tab的时候隐藏导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"floatNavBar","description":"浮动导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"useNavBarBg","description":"使用导航栏背景","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"contentNextFocus","description":"内容的下一个焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, down: string, right: string}"],"default":"`{up:'tabList',left:'tabList'`}"},{"name":"triggerTask","description":"触发任务","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["Record<string, any>[]"],"default":"[ ]"},{"name":"blockViewPager","description":"拦截tab内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"blockViewPagerVertical","description":"拦截tab垂直内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"tabContentBlockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"['down']"},{"name":"tabContentResumeDelay","description":"tab内容恢复延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300ms"},{"name":"tabContentSwitchDelay","description":"tab导航切换延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"slidingEnable","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"slidingMode","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"initTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"rightTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"leftTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"duration","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1000"},{"name":"interpolatorType","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1"},{"name":"endHintEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"outOfDateTime","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300000"},{"name":"customPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"customItemPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"navBarNextFocusName","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, right: string, down: string}"],"default":"{down: 'content'}"},{"name":"horizontalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"}],"slots":[{"name":"tab-item","description":"自定义导航栏item.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-item","description":"瀑布流flex section中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-list-item","description":"瀑布流list section 中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-vue-section","description":"瀑布流vue section 中内容.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-section","description":"瀑布流自定义section.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"}],"events":[{"name":"onTabPageLoadData","description":"tab加载数据","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageChanged","description":"tab切换页面","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabEvent","description":"tab事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemClick","description":"tab页面item点击事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemFocused","description":"tab页面item焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageSectionAttached","description":"tab页面板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScroll","description":"tab页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollStateChanged","description":"tab页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopStart","description":"tab页面开始滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopEnd","description":"tab页面结束滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomStart","description":"tab页面开始滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomEnd","description":"tab页面结束滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabChanged","description":"tab导航切换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToEnd","description":"tab页面滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToStart","description":"tab页面滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabClick","description":"tab导航点击","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadSuccess","description":"tab页面内容插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadError","description":"tab页面内容插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"}],"js":{"events":[{"name":"onTabPageLoadData","description":"tab加载数据","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageChanged","description":"tab切换页面","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabEvent","description":"tab事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemClick","description":"tab页面item点击事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemFocused","description":"tab页面item焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageSectionAttached","description":"tab页面板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScroll","description":"tab页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollStateChanged","description":"tab页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopStart","description":"tab页面开始滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopEnd","description":"tab页面结束滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomStart","description":"tab页面开始滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomEnd","description":"tab页面结束滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabChanged","description":"tab导航切换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToEnd","description":"tab页面滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToStart","description":"tab页面滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabClick","description":"tab导航点击","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadSuccess","description":"tab页面内容插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadError","description":"tab页面内容插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"}]}},{"name":"qt-test","source":{"symbol":"QtTest"},"description":"Commonly used test.","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test","props":[{"name":"size","description":"button size","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'large'| 'default'| 'small'"]},{"name":"type","description":"button type","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'primary'| 'success'| 'warning'| 'danger'| 'info'| 'text'"]},{"name":"plain","description":"determine whether it's a plain button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"text","description":"determine whether it's a text button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"bg","description":"determine whether the text button background color is always on","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"link","description":"determine whether it's a link button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"round","description":"determine whether it's a round button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"determine whether it's a circle button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading","description":"determine whether it's loading","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading-icon","description":"customize loading icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"Loading"},{"name":"disabled","description":"disable the button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}]},{"name":"autofocus","description":"same as native button's `autofocus`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"native-type","description":"same as native button's `type`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'button'| 'submit'| 'reset'"],"default":"button"},{"name":"auto-insert-space","description":"automatically insert a space between two chinese characters","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"]},{"name":"color","description":"custom button color, automatically calculate `hover` and `active` color","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string"]},{"name":"dark","description":"dark mode, which automatically converts `color` to dark mode colors","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"tag","description":"custom element tag","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"button"}],"attributes":[{"name":"size","description":"button size","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'large'| 'default'| 'small'"]},{"name":"type","description":"button type","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'primary'| 'success'| 'warning'| 'danger'| 'info'| 'text'"]},{"name":"plain","description":"determine whether it's a plain button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"text","description":"determine whether it's a text button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"bg","description":"determine whether the text button background color is always on","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"link","description":"determine whether it's a link button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"round","description":"determine whether it's a round button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"determine whether it's a circle button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading","description":"determine whether it's loading","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading-icon","description":"customize loading icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"Loading"},{"name":"disabled","description":"disable the button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}]},{"name":"autofocus","description":"same as native button's `autofocus`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"native-type","description":"same as native button's `type`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'button'| 'submit'| 'reset'"],"default":"button"},{"name":"auto-insert-space","description":"automatically insert a space between two chinese characters","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"]},{"name":"color","description":"custom button color, automatically calculate `hover` and `active` color","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string"]},{"name":"dark","description":"dark mode, which automatically converts `color` to dark mode colors","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"tag","description":"custom element tag","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"button"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-slots"},{"name":"loading","description":"customize loading component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-slots"},{"name":"icon","description":"customize icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-slots"}]},{"name":"qt-text","source":{"symbol":"QtText"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/text.html#text","props":[{"name":"text","description":"文字内容","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"lineSpacing","description":"行间距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textHtml","description":"html格式文字","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"typeface","description":"字体","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"gravity","description":"重心","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'center' | 'top' | 'bottom' | 'end' | 'centerHorizontal' | 'centerVertical' | 'start'"],"default":"center"},{"name":"fontSize","description":"字体大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"paddingRect","description":"边距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number[]"]},{"name":"textAlignment","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3","4","5","6"]},{"name":"ellipsizeMode","description":"省略模式","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3"]},{"name":"lines","description":"行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"maxLines","description":"最大行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"maxWidth","description":"最大宽度","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textSize","description":"文字大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"lineHeight","description":"行高","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"select","description":"选中","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"]},{"name":"autoWidth","description":"宽度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autoHeight","description":"高度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"自动获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[x : number, y : number, width : number,height : number]"]}],"attributes":[{"name":"text","description":"文字内容","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"lineSpacing","description":"行间距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textHtml","description":"html格式文字","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"typeface","description":"字体","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"gravity","description":"重心","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'center' | 'top' | 'bottom' | 'end' | 'centerHorizontal' | 'centerVertical' | 'start'"],"default":"center"},{"name":"fontSize","description":"字体大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"paddingRect","description":"边距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number[]"]},{"name":"textAlignment","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3","4","5","6"]},{"name":"ellipsizeMode","description":"省略模式","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3"]},{"name":"lines","description":"行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"maxLines","description":"最大行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"maxWidth","description":"最大宽度","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textSize","description":"文字大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"lineHeight","description":"行高","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"select","description":"选中","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"]},{"name":"autoWidth","description":"宽度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autoHeight","description":"高度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"自动获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[x : number, y : number, width : number,height : number]"]}]},{"name":"qt-transition-img","source":{"symbol":"QtTransitionImg"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/transition-img.html#transitionimg","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/transition-img.html#slots"}]},{"name":"ul","source":{"symbol":"Ul"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#ul","props":[{"name":"horizontal","description":"开启横向列表模式,默认为false。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"numberOfRows","description":"指定列表的行数,一般直接传入数据源条数 `length` 即可。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"]},{"name":"initialContentOffset","description":"初始位移值 -- 在列表初始化时即可指定滚动距离,避免初始化后再通过 scrollTo 系列方法产生的闪动。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollEventThrottle","description":"指定滑动事件的回调频率,传入数值指定了多少毫秒(ms)组件会调用一次 `onScroll` 回调事件,默认 200ms","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"200"},{"name":"showScrollIndicator","description":"是否显示垂直滚动条。 因为目前 ListView 其实仅有垂直滚动一种方向,水平滚动会导致 `onEndReached` 等一堆问题暂不建议使用,所以 `showScrollIndicator` 也仅用来控制是否显示垂直滚动条。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadItemNumber","description":"预加载:指定当列表滚动至倒数第几个时触发 `onLoadMore` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"},{"name":"disableAdvancedFocusSearch","description":"关闭`ul`寻焦性能优化,在某些不正常情况下,可尝试关闭,默认开启","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"endHintEnabled","description":"设置是否开启底部回弹反馈效果","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"focusMemory","description":"设置是否记忆列表上次选中焦点的问题","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"initFocusPositionAfterLayout","description":"设置在`ul`布局完成后,首次获得焦点的子`View`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"-1"},{"name":"listenFocusSearchOnFail","description":"设置是否监听在`ul`内部寻焦失败事件","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"false"},{"name":"makeChildVisibleType","description":"设置子`View`获得焦点时,如果展示不完整,如何滚动`ul`的方式,分别为`normal`和`center`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["string"],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"设置子`View`获得焦点时,如果展示不完整,向前滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"设置子`View`获得焦点时,如果展示不完整,向后滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"enableSelectOnFocus","description":"设置子`View`的`select`状态是否跟随焦点的变化而变化","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"ALL"},{"name":"scrollStateChangeEnabled","description":"`scrollStateChanged` 事件开关,默认true","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"clipChildren","description":"设置是否将超出边界的子`View`切除","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"descendantFocusability","description":"设置焦点的分发方式,`0`为在后代元素前,`1`为在后代元素后,`2`为阻止分发","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"blockFocusDirections","description":"当`div`内部寻焦为空时,是否拦截焦点","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["['left', 'right', 'top', 'bottom']"]},{"name":"nextFocusName","description":"按下媒体键下一个焦点的目标","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{left:'',right:'',up:'',down:'')}"]},{"name":"disableAdvancedFocusSearch","description":"关闭默认的焦点搜索方式。默认ul优先在列表内部寻焦以提高效率","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"listenBoundEvent","description":"是否开启on-bind,un-bind事件监听","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"setUseNegativeLayout","description":"是否打开消极的layout方式,兼容性api,防止某些场景列表频繁刷新。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"scrollThresholdHorizontal","description":"焦点在列表内部横向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"焦点在列表内部纵向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"shakePreCheckNumber","description":"底部回弹效果触发时距最后一个item的个数","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"}],"attributes":[{"name":"horizontal","description":"开启横向列表模式,默认为false。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"numberOfRows","description":"指定列表的行数,一般直接传入数据源条数 `length` 即可。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"]},{"name":"initialContentOffset","description":"初始位移值 -- 在列表初始化时即可指定滚动距离,避免初始化后再通过 scrollTo 系列方法产生的闪动。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollEventThrottle","description":"指定滑动事件的回调频率,传入数值指定了多少毫秒(ms)组件会调用一次 `onScroll` 回调事件,默认 200ms","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"200"},{"name":"showScrollIndicator","description":"是否显示垂直滚动条。 因为目前 ListView 其实仅有垂直滚动一种方向,水平滚动会导致 `onEndReached` 等一堆问题暂不建议使用,所以 `showScrollIndicator` 也仅用来控制是否显示垂直滚动条。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadItemNumber","description":"预加载:指定当列表滚动至倒数第几个时触发 `onLoadMore` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"},{"name":"disableAdvancedFocusSearch","description":"关闭`ul`寻焦性能优化,在某些不正常情况下,可尝试关闭,默认开启","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"endHintEnabled","description":"设置是否开启底部回弹反馈效果","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"focusMemory","description":"设置是否记忆列表上次选中焦点的问题","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"initFocusPositionAfterLayout","description":"设置在`ul`布局完成后,首次获得焦点的子`View`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"-1"},{"name":"listenFocusSearchOnFail","description":"设置是否监听在`ul`内部寻焦失败事件","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"false"},{"name":"makeChildVisibleType","description":"设置子`View`获得焦点时,如果展示不完整,如何滚动`ul`的方式,分别为`normal`和`center`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["string"],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"设置子`View`获得焦点时,如果展示不完整,向前滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"设置子`View`获得焦点时,如果展示不完整,向后滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"enableSelectOnFocus","description":"设置子`View`的`select`状态是否跟随焦点的变化而变化","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"ALL"},{"name":"scrollStateChangeEnabled","description":"`scrollStateChanged` 事件开关,默认true","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"clipChildren","description":"设置是否将超出边界的子`View`切除","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"descendantFocusability","description":"设置焦点的分发方式,`0`为在后代元素前,`1`为在后代元素后,`2`为阻止分发","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"blockFocusDirections","description":"当`div`内部寻焦为空时,是否拦截焦点","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["['left', 'right', 'top', 'bottom']"]},{"name":"nextFocusName","description":"按下媒体键下一个焦点的目标","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{left:'',right:'',up:'',down:'')}"]},{"name":"disableAdvancedFocusSearch","description":"关闭默认的焦点搜索方式。默认ul优先在列表内部寻焦以提高效率","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"listenBoundEvent","description":"是否开启on-bind,un-bind事件监听","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"setUseNegativeLayout","description":"是否打开消极的layout方式,兼容性api,防止某些场景列表频繁刷新。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"scrollThresholdHorizontal","description":"焦点在列表内部横向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"焦点在列表内部纵向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"shakePreCheckNumber","description":"底部回弹效果触发时距最后一个item的个数","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"}],"events":[{"name":"endReached","description":"当所有的数据都已经渲染过,并且列表被滚动到最后一条时,将触发 `onEndReached` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollBegin","description":"在 `ScrollView` 开始滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollEnd","description":"在 `ScrollView` 结束滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scrollStateChanged","description":"当触发 `ListView` 的滑动状态时回调,Event.newState:1(开始滑动)、Event.newState:2(滑动中)、Event.newState:0(滑动结束)、Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scroll","description":"当触发 `ListView` 的滑动事件时回调,在 `ListView` 滑动时回调,因此调用会非常频繁,请使用 `scrollEventThrottle` 进行频率控制。 注意:ListView 在滚动时会进行组件回收,不要在滚动时对 renderRow() 生成的 ListItemView 做任何 ref 节点级的操作(例如:所有 callUIFunction 和 measureInWindow 方法),回收后的节点将无法再进行操作而报错。Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"loadMore","description":"当需要`分页`加载数据时,将触发 `onLoadMore` 回调,会触发此函数,可配合参数(preloadItemNumber)使用","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"childFocus","description":"同`div`相同","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-bind","description":"ul中一个item创建时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-unbind","description":"ul中一个item回收利用时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"}],"js":{"events":[{"name":"endReached","description":"当所有的数据都已经渲染过,并且列表被滚动到最后一条时,将触发 `onEndReached` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollBegin","description":"在 `ScrollView` 开始滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollEnd","description":"在 `ScrollView` 结束滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scrollStateChanged","description":"当触发 `ListView` 的滑动状态时回调,Event.newState:1(开始滑动)、Event.newState:2(滑动中)、Event.newState:0(滑动结束)、Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scroll","description":"当触发 `ListView` 的滑动事件时回调,在 `ListView` 滑动时回调,因此调用会非常频繁,请使用 `scrollEventThrottle` 进行频率控制。 注意:ListView 在滚动时会进行组件回收,不要在滚动时对 renderRow() 生成的 ListItemView 做任何 ref 节点级的操作(例如:所有 callUIFunction 和 measureInWindow 方法),回收后的节点将无法再进行操作而报错。Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"loadMore","description":"当需要`分页`加载数据时,将触发 `onLoadMore` 回调,会触发此函数,可配合参数(preloadItemNumber)使用","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"childFocus","description":"同`div`相同","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-bind","description":"ul中一个item创建时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-unbind","description":"ul中一个item回收利用时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"}]}},{"name":"qt-view","source":{"symbol":"QtView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/view.html#view","props":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"}],"attributes":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"}],"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"}],"js":{"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"}]}},{"name":"qt-vue-section","source":{"symbol":"QtVueSection"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/vue-section.html#vuesection"},{"name":"qt-waterfall","source":{"symbol":"QtWaterfall"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#waterfall","props":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string[]"],"default":"['left', 'right']"},{"name":"scrollYLesserReferenceValue","description":"Y轴滚动减少的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollYGreaterReferenceValue","description":"Y轴滚动增加的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["object"]}],"attributes":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string[]"],"default":"['left', 'right']"},{"name":"scrollYLesserReferenceValue","description":"Y轴滚动减少的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollYGreaterReferenceValue","description":"Y轴滚动增加的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["object"]}],"slots":[{"name":"item","description":"flex section中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"},{"name":"list-item","description":"list section 中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"},{"name":"vue-section","description":"vue section 中内容.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"},{"name":"section","description":"自定义section.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"}],"events":[{"name":"onScroll","description":"页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollStateChanged","description":"页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemClick","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemFocused","description":"条目焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionBind","description":"板块绑定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionAttached","description":"板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionDetached","description":"板块Detached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadSuccess","description":"插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadError","description":"插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"}],"js":{"events":[{"name":"onScroll","description":"页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollStateChanged","description":"页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemClick","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemFocused","description":"条目焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionBind","description":"板块绑定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionAttached","description":"板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionDetached","description":"板块Detached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadSuccess","description":"插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadError","description":"插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"}]}},{"name":"qt-web-view","source":{"symbol":"QtWebView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#webview","events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"}],"js":{"events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"}]}},{"name":"qt-x5web-view","source":{"symbol":"QtX5webView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#x5webview","events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"}],"js":{"events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"}]}}],"elements":[{"name":"qt-animation","source":{"symbol":"QtAnimation"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#animation","slots":[{"name":"default","description":"需要执行动画的组件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#slots"}],"events":[{"name":"onAnimationEnd","description":"动画结束事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationCancel","description":"动画取消事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationStart","description":"动画开始事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationRepeat","description":"动画重复执行事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationPause","description":"动画暂停事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationResume","description":"动画恢复事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationUpdate","description":"动画更新事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"}],"js":{"events":[{"name":"onAnimationEnd","description":"动画结束事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationCancel","description":"动画取消事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationStart","description":"动画开始事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationRepeat","description":"动画重复执行事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationPause","description":"动画暂停事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationResume","description":"动画恢复事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"},{"name":"onAnimationUpdate","description":"动画更新事件","doc-url":"https://quicktvui.com/zh-CN/component/animation.html#events"}]}},{"name":"qt-app-icon","source":{"symbol":"QtAppIcon"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#appicon","props":[{"name":"roundingRadius","description":"应用图标圆角","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]},{"name":"packageName","description":"应用包名","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]}],"attributes":[{"name":"roundingRadius","description":"应用图标圆角","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]},{"name":"packageName","description":"应用包名","doc-url":"https://quicktvui.com/zh-CN/component/app-icon.html#attributes","type":["string"]}]},{"name":"qt-button","source":{"symbol":"QtButton"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/button.html#button","props":[{"name":"size","description":"尺寸","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["'default' | 'large' | 'medium' | 'small'| 'mini'"],"default":"default"},{"name":"itemType","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"20000"},{"name":"focusBorder","description":"是否显示边框","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"1.08"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"true"},{"name":"enableFlexStyle","description":"是否支持flex样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"标准状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"focusIcon","description":"焦点状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"text","description":"按钮的文本","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientSelectedBackground","description":"选中状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientBackground","description":"标准背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"disabled","description":"是否显示可用样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"是否显示圆形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"round","description":"是否显示圆角样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"square","description":"是否显示正方形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"buttonStyle","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"textStyle","description":"文字样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconStyle","description":"图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"focusIconStyle","description":"焦点图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconParentStyle","description":"图标的父样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]}],"attributes":[{"name":"size","description":"尺寸","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["'default' | 'large' | 'medium' | 'small'| 'mini'"],"default":"default"},{"name":"itemType","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"20000"},{"name":"focusBorder","description":"是否显示边框","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["number"],"default":"1.08"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"true"},{"name":"enableFlexStyle","description":"是否支持flex样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"标准状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"focusIcon","description":"焦点状态图标","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"text","description":"按钮的文本","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["string"]},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientSelectedBackground","description":"选中状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"gradientBackground","description":"标准背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"disabled","description":"是否显示可用样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"是否显示圆形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"round","description":"是否显示圆角样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"square","description":"是否显示正方形样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["boolean"],"default":"false"},{"name":"buttonStyle","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"textStyle","description":"文字样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconStyle","description":"图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"focusIconStyle","description":"焦点图标样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]},{"name":"iconParentStyle","description":"图标的父样式","doc-url":"https://quicktvui.com/zh-CN/component/button.html#attributes","type":["object"]}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/button.html#slots"}],"events":[{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"}],"js":{"events":[{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/button.html#events"}]}},{"name":"qt-classified-list-view","source":{"symbol":"QtClassifiedListView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#classifiedlistview","props":[{"name":"className","description":"样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"classNavName","description":"导航样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"currentFocusIndex","description":"当前焦点的选中索引","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"0"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"1.15"},{"name":"navType","description":"导航类型","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"10001"}],"attributes":[{"name":"className","description":"样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"classNavName","description":"导航样式名称","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["string"]},{"name":"currentFocusIndex","description":"当前焦点的选中索引","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"0"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"1.15"},{"name":"navType","description":"导航类型","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#attributes","type":["number"],"default":"10001"}],"slots":[{"name":"item","description":"自定义内容","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#slots"},{"name":"navItem","description":"自定义导航内容","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#slots"}],"events":[{"name":"item-focused","description":"条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"},{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"}],"js":{"events":[{"name":"item-focused","description":"条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"},{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/classified-list-view.html#events"}]}},{"name":"qt-collapse","source":{"symbol":"QtCollapse"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#collapse","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#slots"}],"events":[{"name":"onCollapseItemExpand","description":"展开事件","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#events"}],"js":{"events":[{"name":"onCollapseItemExpand","description":"展开事件","doc-url":"https://quicktvui.com/zh-CN/component/collapse.html#events"}]}},{"name":"qt-column","source":{"symbol":"QtColumn"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/column.html#column","props":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/column.html#attributes","type":["string"],"default":"div"}],"attributes":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/column.html#attributes","type":["string"],"default":"div"}],"slots":[{"name":"default","description":"自定义内容","doc-url":"https://quicktvui.com/zh-CN/component/column.html#slots"}]},{"name":"div","source":{"symbol":"Div"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/div.html#div","props":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"}],"attributes":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/div.html#attributes","type":["boolean"],"default":"false"}],"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"}],"js":{"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/div.html#events"}]}},{"name":"qt-flex-view","source":{"symbol":"QtFlexView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/flex-view.html#flexview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/flex-view.html#slots"}]},{"name":"qt-grid-view","source":{"symbol":"QtGridView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#gridview","props":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"spanCount","description":"span数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"pageSize","description":"每页数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"areaWidth","description":"宽度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{top:15,left:30}"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string[]"],"default":"['left', 'right', 'top', 'bottom']"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["object"]}],"attributes":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"spanCount","description":"span数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"pageSize","description":"每页数量","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"areaWidth","description":"宽度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{top:15,left:30}"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string[]"],"default":"['left', 'right', 'top', 'bottom']"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#attributes","type":["object"]}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"},{"name":"header","description":"自定义顶部内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"},{"name":"footer","description":"自定义底部内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"},{"name":"loading","description":"自定义加载组件内容","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#slots"}],"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"}],"js":{"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/grid-view.html#events"}]}},{"name":"qt-image","source":{"symbol":"QtImage"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/image.html#image","props":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"backgroundColor","description":"图片背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"loadDelay","description":"延迟加载","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}],"attributes":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"backgroundColor","description":"图片背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"loadDelay","description":"延迟加载","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/image.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}]},{"name":"img","source":{"symbol":"Img"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/img.html#img","props":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}],"attributes":[{"name":"src","description":"图片地址","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"enableFade","description":"开启图片加载淡入效果","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["boolean"],"default":"false"},{"name":"fadeDuration","description":"淡入效果时间","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"200ms"},{"name":"postDelay","description":"延迟图片加载以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"],"default":"0ms"},{"name":"colorFilter","description":"colorFilter","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["0","1"]},{"name":"tintColor","description":"tintColor","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":["number"]},{"name":"resizeMode","description":"resizeMode","doc-url":"https://quicktvui.com/zh-CN/component/img.html#attributes","type":[{"name":"contain","source":{"symbol":"contain"}},{"name":"center","source":{"symbol":"center"}},{"name":"origin","source":{"symbol":"origin"}},{"name":"repeat","source":{"symbol":"repeat"}}]}],"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"load","description":"加载成功完成时调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadStart","description":"加载开始时调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadEnd","description":"加载结束后,不论成功还是失败,调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"error","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"progress","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"}],"js":{"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"load","description":"加载成功完成时调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadStart","description":"加载开始时调用。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"loadEnd","description":"加载结束后,不论成功还是失败,调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"error","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"},{"name":"progress","description":"当加载错误的时候调用此回调函数。","doc-url":"https://quicktvui.com/zh-CN/component/img.html#events"}]}},{"name":"qt-item-store","source":{"symbol":"QtItemStore"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/item-store.html#itemstore","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/item-store.html#slots"}]},{"name":"qt-item-view","source":{"symbol":"QtItemView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/item-view.html#itemview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/item-view.html#slots"}]},{"name":"li","source":{"symbol":"Li"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/li.html#li","props":[{"name":"type","description":"指定一个函数,在其中返回对应条目的类型(返回Number类型的自然数,默认是0),List 将对同类型条目进行复用,所以合理的类型拆分,可以很好地提升list 性能。","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["number"],"default":"0"},{"name":"key","description":"指定一个函数,在其中返回对应条目的 Key 值","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["string"]}],"attributes":[{"name":"type","description":"指定一个函数,在其中返回对应条目的类型(返回Number类型的自然数,默认是0),List 将对同类型条目进行复用,所以合理的类型拆分,可以很好地提升list 性能。","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["number"],"default":"0"},{"name":"key","description":"指定一个函数,在其中返回对应条目的 Key 值","doc-url":"https://quicktvui.com/zh-CN/component/li.html#attributes","type":["string"]}]},{"name":"qt-list-item","source":{"symbol":"QtListItem"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#listitem","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#slots"}],"events":[{"name":"item-focused","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-attached","description":"连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-detached","description":"断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-bind","description":"绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-unbind","description":"解绑事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"}],"js":{"events":[{"name":"item-focused","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-attached","description":"连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-detached","description":"断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-bind","description":"绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"},{"name":"item-unbind","description":"解绑事件","doc-url":"https://quicktvui.com/zh-CN/component/list-item.html#events"}]}},{"name":"qt-list-view","source":{"symbol":"QtListView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#listview","props":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{bottom:18,right:30,left:30}"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["object"]}],"attributes":[{"name":"loadMore","description":"加载更多","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["(pageNo: number) => void"]},{"name":"openPage","description":"是否分页加载数据","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNo","description":"预加载的页码数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"defaultFocus","description":"默认焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"]},{"name":"loadingDecoration","description":"加载组件的装饰","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{ up: string, left: string, right: string, bottom: string, }"],"default":"{bottom:18,right:30,left:30}"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#attributes","type":["object"]}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#slots"}],"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-attached","description":"条目连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-detached","description":"条目断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"load-more","description":"加载更多数据事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"focus-search-failed","description":"寻找焦点失败事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"}],"js":{"events":[{"name":"item-click","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll","description":"滚动事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-focused","description":"条目焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-attached","description":"条目连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-detached","description":"条目断开连接事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-bind","description":"条目绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"item-unbind","description":"条目取消绑定事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"load-more","description":"加载更多数据事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scroll-state-changed","description":"滚动状态变化事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"focus-search-failed","description":"寻找焦点失败事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"},{"name":"scrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/list-view.html#events"}]}},{"name":"qt-loading","source":{"symbol":"QtLoading"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/loading.html#loading","props":[{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/loading.html#attributes","type":["string"]}],"attributes":[{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/loading.html#attributes","type":["string"]}]},{"name":"qt-lottie","source":{"symbol":"QtLottie"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#lottie","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#slots"}],"events":[{"name":"animation-event","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#events"}],"js":{"events":[{"name":"animation-event","description":"焦点","doc-url":"https://quicktvui.com/zh-CN/component/lottie.html#events"}]}},{"name":"qt-media-series","source":{"symbol":"QtMediaSeries"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#mediaseries","props":[{"name":"gradientBackground","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#1AFFFFFF','#1AFFFFFF'],orientation:6,cornerRadius:8}"},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFFFFF','#FFFFFF'],orientation:6,cornerRadius:8}"},{"name":"iconGradientBackground","description":"图标背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFB67827','#FFDBAF5C'],cornerRadius:4,orientation:6}"},{"name":"markColor","description":"角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FF4E46"},{"name":"markVipColor","description":"VIP角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FFD97C"},{"name":"textColors","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'rgba(255, 255, 255, .5)',focusColor:'rgba(0, 0, 0, 1)',selectColor:'rgba(255, 255, 255, .5)'}"},{"name":"textVipColors","description":"VIP文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'#FFD97C',focusColor:'#B67827',selectColor:'#B67827'}'}"},{"name":"itemDivWidth","description":"选集条目的宽度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"490"},{"name":"itemDivHeight","description":"选集条目的高度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"100"}],"attributes":[{"name":"gradientBackground","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#1AFFFFFF','#1AFFFFFF'],orientation:6,cornerRadius:8}"},{"name":"gradientFocusBackground","description":"焦点状态背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFFFFF','#FFFFFF'],orientation:6,cornerRadius:8}"},{"name":"iconGradientBackground","description":"图标背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"{colors:['#FFB67827','#FFDBAF5C'],cornerRadius:4,orientation:6}"},{"name":"markColor","description":"角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FF4E46"},{"name":"markVipColor","description":"VIP角标颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["string"],"default":"#FFD97C"},{"name":"textColors","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'rgba(255, 255, 255, .5)',focusColor:'rgba(0, 0, 0, 1)',selectColor:'rgba(255, 255, 255, .5)'}"},{"name":"textVipColors","description":"VIP文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":[{"name":"QTStateListColor","source":{"symbol":"QTStateListColor"}}],"default":"{color:'#FFD97C',focusColor:'#B67827',selectColor:'#B67827'}'}"},{"name":"itemDivWidth","description":"选集条目的宽度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"490"},{"name":"itemDivHeight","description":"选集条目的高度","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#attributes","type":["number"],"default":"100"}],"events":[{"name":"item-focused","description":"选集条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"item-click","description":"选集条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"load-data","description":"加载数据","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"group-item-focused","description":"选集分组条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"}],"js":{"events":[{"name":"item-focused","description":"选集条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"item-click","description":"选集条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"load-data","description":"加载数据","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"},{"name":"group-item-focused","description":"选集分组条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/media-series.html#events"}]}},{"name":"qt-nav-bar","source":{"symbol":"QtNavBar"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#navbar","props":[{"name":"itemGap","description":"导航栏条目的间距","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"horizontal","description":"是否横向","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"initSelect","description":"初始化选中位置","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"navs","description":"导航栏条目列表","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":[{"name":"QTNavBarItem[]","source":{"symbol":"QTNavBarItem"}}]},{"name":"tabNavBarClass","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["string"]},{"name":"horizontalFadingEdgeEnabled","description":"启用横向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"启用竖向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"消失边缘的长度","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"}],"attributes":[{"name":"itemGap","description":"导航栏条目的间距","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"horizontal","description":"是否横向","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"initSelect","description":"初始化选中位置","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"},{"name":"navs","description":"导航栏条目列表","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":[{"name":"QTNavBarItem[]","source":{"symbol":"QTNavBarItem"}}]},{"name":"tabNavBarClass","description":"样式","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["string"]},{"name":"horizontalFadingEdgeEnabled","description":"启用横向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"启用竖向边缘消失","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"消失边缘的长度","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#attributes","type":["number"],"default":"0"}],"slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#slots"}],"events":[{"name":"tab-focus","description":"导航条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-click","description":"导航条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-select","description":"导航条目选中事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"}],"js":{"events":[{"name":"tab-focus","description":"导航条目焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-click","description":"导航条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"},{"name":"tab-select","description":"导航条目选中事件","doc-url":"https://quicktvui.com/zh-CN/component/nav-bar.html#events"}]}},{"name":"p","source":{"symbol":"P"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/p.html#p","props":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"numberOfLines","description":"用来当文本过长的时候裁剪文本。包括折叠产生的换行在内,总的行数不会超过这个属性的限制。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["number"]},{"name":"ellipsizeMode","description":"当设定了 `numberOfLines` 值后,这个参数指定了字符串如何被截断。所以,在使用 `ellipsizeMode` 时,必须得同时指定 `numberOfLines` 数值。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"head","source":{"symbol":"head"}},{"name":"middle","source":{"symbol":"middle"}},{"name":"tail","source":{"symbol":"tail"}},{"name":"clip","source":{"symbol":"clip"}}]}],"attributes":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["string"]},{"name":"numberOfLines","description":"用来当文本过长的时候裁剪文本。包括折叠产生的换行在内,总的行数不会超过这个属性的限制。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":["number"]},{"name":"ellipsizeMode","description":"当设定了 `numberOfLines` 值后,这个参数指定了字符串如何被截断。所以,在使用 `ellipsizeMode` 时,必须得同时指定 `numberOfLines` 数值。","doc-url":"https://quicktvui.com/zh-CN/component/p.html#attributes","type":[{"name":"head","source":{"symbol":"head"}},{"name":"middle","source":{"symbol":"middle"}},{"name":"tail","source":{"symbol":"tail"}},{"name":"clip","source":{"symbol":"clip"}}]}]},{"name":"qt-plugin-view","source":{"symbol":"QtPluginView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#pluginview","events":[{"name":"onPluginLoadSuccess","description":"加载插件成功","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"},{"name":"onPluginLoadError","description":"加载插件失败","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"}],"js":{"events":[{"name":"onPluginLoadSuccess","description":"加载插件成功","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"},{"name":"onPluginLoadError","description":"加载插件失败","doc-url":"https://quicktvui.com/zh-CN/component/plugin-view.html#events"}]}},{"name":"qt-poster","source":{"symbol":"QtPoster"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#poster","props":[{"name":"requestFirstFocus","description":"请求焦点","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["boolean"],"default":"false"},{"name":"loadDelay","description":"加载延迟事件","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"500"},{"name":"type","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"10001"},{"name":"borderRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"8"},{"name":"rippleColor","description":"水波纹颜色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusBgColor","description":"焦点背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"focusTitleColor","description":"标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusSubTitleColor","description":"副标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"floatTitleBgColor","description":"浮动标题背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string[]"]}],"attributes":[{"name":"requestFirstFocus","description":"请求焦点","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["boolean"],"default":"false"},{"name":"loadDelay","description":"加载延迟事件","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"500"},{"name":"type","description":"类型","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"10001"},{"name":"borderRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["number"],"default":"8"},{"name":"rippleColor","description":"水波纹颜色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusBgColor","description":"焦点背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}]},{"name":"focusTitleColor","description":"标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"focusSubTitleColor","description":"副标题焦点色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string"]},{"name":"floatTitleBgColor","description":"浮动标题背景色","doc-url":"https://quicktvui.com/zh-CN/component/poster.html#attributes","type":["string[]"]}]},{"name":"qt-progress-bar","source":{"symbol":"QtProgressBar"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#progressbar","props":[{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"cornerRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondColor","description":"第二颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"show","description":"是否显示","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"progress","description":"进度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"maxProgress","description":"总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondProgress","description":"第二总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["{ startColor: string, endColor: string}"]}],"attributes":[{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"cornerRadius","description":"圆角","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondColor","description":"第二颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["string"]},{"name":"show","description":"是否显示","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["boolean"],"default":"true"},{"name":"progress","description":"进度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"maxProgress","description":"总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"secondProgress","description":"第二总长度","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["number"]},{"name":"color","description":"颜色","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#attributes","type":["{ startColor: string, endColor: string}"]}],"events":[{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"}],"js":{"events":[{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/progress-bar.html#events"}]}},{"name":"qt-qr-code","source":{"symbol":"QtQrCode"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#qrcode","props":[{"name":"content","description":"二维码内容","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["string"]},{"name":"optimize","description":"优化","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["boolean"],"default":"false"}],"attributes":[{"name":"content","description":"二维码内容","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["string"]},{"name":"optimize","description":"优化","doc-url":"https://quicktvui.com/zh-CN/component/qr-code.html#attributes","type":["boolean"],"default":"false"}]},{"name":"qt-replace-child","source":{"symbol":"QtReplaceChild"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/replace-child.html#replacechild","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/replace-child.html#slots"}]},{"name":"qt-ripple-view","source":{"symbol":"QtRippleView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/ripple-view.html#rippleview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/ripple-view.html#slots"}]},{"name":"qt-row","source":{"symbol":"QtRow"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/row.html#row","props":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["string"],"default":"div"},{"name":"gutter","description":"间距","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["number"],"default":"0"},{"name":"justify","description":"两端对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'start' | 'center' | 'end' | 'space-around' | 'space-between' | 'space-evenly'"]},{"name":"align","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'top' | 'middle' | 'bottom'"]}],"attributes":[{"name":"tag","description":"标签","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["string"],"default":"div"},{"name":"gutter","description":"间距","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["number"],"default":"0"},{"name":"justify","description":"两端对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'start' | 'center' | 'end' | 'space-around' | 'space-between' | 'space-evenly'"]},{"name":"align","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/row.html#attributes","type":["'top' | 'middle' | 'bottom'"]}],"slots":[{"name":"default","description":"自定义内容","doc-url":"https://quicktvui.com/zh-CN/component/row.html#slots"}]},{"name":"qt-scroll-view","source":{"symbol":"QtScrollView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/scroll-view.html#scrollview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/scroll-view.html#slots"}]},{"name":"qt-seek-bar","source":{"symbol":"QtSeekBar"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#seekbar","props":[{"name":"emitEventDelay","description":"发送进度事件间隔时间","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["number"]},{"name":"onProgressChanged","description":"进度回调","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["(progress: number) => void"]}],"attributes":[{"name":"emitEventDelay","description":"发送进度事件间隔时间","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["number"]},{"name":"onProgressChanged","description":"进度回调","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#attributes","type":["(progress: number) => void"]}],"events":[{"name":"onSeekStart","description":"开始快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekStop","description":"停止快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"}],"js":{"events":[{"name":"onSeekStart","description":"开始快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekStop","description":"停止快进","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onFocusChanged","description":"焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"},{"name":"onSeekChanged","description":"进度变化","doc-url":"https://quicktvui.com/zh-CN/component/seek-bar.html#events"}]}},{"name":"qt-surface-view","source":{"symbol":"QtSurfaceView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/surface-view.html#surfaceview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/surface-view.html#slots"}]},{"name":"qt-tabs-view","source":{"symbol":"QtTabsView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/tabs-view.html#tabsview","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/tabs-view.html#slots"}]},{"name":"qt-tabs","source":{"symbol":"QtTabs"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#tabs","props":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNumber","description":"预加载板块个数","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"3"},{"name":"tabNavBarClass","description":"tabNavBar的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabClass","description":"tab的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabPageClass","description":"tab内容的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabNavBarSid","description":"tabNavBar的Sid","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabsDataStrategy","description":"tab的数据策略","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["'overTime' | 'always' | 'oneShot'"],"default":"overTime"},{"name":"horizontal","description":"横向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"pageTransform","description":"页面变换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"hideOnSingleTab","description":"只有一个tab的时候隐藏导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"floatNavBar","description":"浮动导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"useNavBarBg","description":"使用导航栏背景","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"contentNextFocus","description":"内容的下一个焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, down: string, right: string}"],"default":"`{up:'tabList',left:'tabList'`}"},{"name":"triggerTask","description":"触发任务","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["Record<string, any>[]"],"default":"[ ]"},{"name":"blockViewPager","description":"拦截tab内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"blockViewPagerVertical","description":"拦截tab垂直内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"tabContentBlockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"['down']"},{"name":"tabContentResumeDelay","description":"tab内容恢复延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300ms"},{"name":"tabContentSwitchDelay","description":"tab导航切换延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"slidingEnable","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"slidingMode","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"initTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"rightTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"leftTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"duration","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1000"},{"name":"interpolatorType","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1"},{"name":"endHintEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"outOfDateTime","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300000"},{"name":"customPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"customItemPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"navBarNextFocusName","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, right: string, down: string}"],"default":"{down: 'content'}"},{"name":"horizontalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"}],"attributes":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadNumber","description":"预加载板块个数","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"3"},{"name":"tabNavBarClass","description":"tabNavBar的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabClass","description":"tab的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabPageClass","description":"tab内容的样式","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabNavBarSid","description":"tabNavBar的Sid","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"tabsDataStrategy","description":"tab的数据策略","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["'overTime' | 'always' | 'oneShot'"],"default":"overTime"},{"name":"horizontal","description":"横向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"pageTransform","description":"页面变换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"hideOnSingleTab","description":"只有一个tab的时候隐藏导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"floatNavBar","description":"浮动导航栏","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"useNavBarBg","description":"使用导航栏背景","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"contentNextFocus","description":"内容的下一个焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, down: string, right: string}"],"default":"`{up:'tabList',left:'tabList'`}"},{"name":"triggerTask","description":"触发任务","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["Record<string, any>[]"],"default":"[ ]"},{"name":"blockViewPager","description":"拦截tab内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"blockViewPagerVertical","description":"拦截tab垂直内容焦点","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"[ ]"},{"name":"tabContentBlockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string[]"],"default":"['down']"},{"name":"tabContentResumeDelay","description":"tab内容恢复延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300ms"},{"name":"tabContentSwitchDelay","description":"tab导航切换延迟时间","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"slidingEnable","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"slidingMode","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["string"]},{"name":"initTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"rightTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"leftTranslation","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"},{"name":"duration","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1000"},{"name":"interpolatorType","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"1"},{"name":"endHintEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"true"},{"name":"outOfDateTime","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"300000"},{"name":"customPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"customItemPool","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["object"]},{"name":"navBarNextFocusName","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["{ up: string, left: string, right: string, down: string}"],"default":"{down: 'content'}"},{"name":"horizontalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#attributes","type":["number"],"default":"0"}],"slots":[{"name":"tab-item","description":"自定义导航栏item.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-item","description":"瀑布流flex section中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-list-item","description":"瀑布流list section 中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-vue-section","description":"瀑布流vue section 中内容.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"},{"name":"waterfall-section","description":"瀑布流自定义section.","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#slots"}],"events":[{"name":"onTabPageLoadData","description":"tab加载数据","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageChanged","description":"tab切换页面","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabEvent","description":"tab事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemClick","description":"tab页面item点击事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemFocused","description":"tab页面item焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageSectionAttached","description":"tab页面板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScroll","description":"tab页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollStateChanged","description":"tab页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopStart","description":"tab页面开始滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopEnd","description":"tab页面结束滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomStart","description":"tab页面开始滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomEnd","description":"tab页面结束滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabChanged","description":"tab导航切换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToEnd","description":"tab页面滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToStart","description":"tab页面滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabClick","description":"tab导航点击","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadSuccess","description":"tab页面内容插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadError","description":"tab页面内容插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"}],"js":{"events":[{"name":"onTabPageLoadData","description":"tab加载数据","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageChanged","description":"tab切换页面","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabEvent","description":"tab事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemClick","description":"tab页面item点击事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageItemFocused","description":"tab页面item焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageSectionAttached","description":"tab页面板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScroll","description":"tab页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollStateChanged","description":"tab页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopStart","description":"tab页面开始滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToTopEnd","description":"tab页面结束滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomStart","description":"tab页面开始滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabMoveToBottomEnd","description":"tab页面结束滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabChanged","description":"tab导航切换","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToEnd","description":"tab页面滚动到底部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabPageScrollToStart","description":"tab页面滚动到顶部","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onTabClick","description":"tab导航点击","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadSuccess","description":"tab页面内容插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"},{"name":"onPluginLoadError","description":"tab页面内容插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/tabs.html#events"}]}},{"name":"qt-test","source":{"symbol":"QtTest"},"description":"Commonly used test.","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test","props":[{"name":"size","description":"button size","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'large'| 'default'| 'small'"]},{"name":"type","description":"button type","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'primary'| 'success'| 'warning'| 'danger'| 'info'| 'text'"]},{"name":"plain","description":"determine whether it's a plain button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"text","description":"determine whether it's a text button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"bg","description":"determine whether the text button background color is always on","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"link","description":"determine whether it's a link button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"round","description":"determine whether it's a round button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"determine whether it's a circle button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading","description":"determine whether it's loading","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading-icon","description":"customize loading icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"Loading"},{"name":"disabled","description":"disable the button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}]},{"name":"autofocus","description":"same as native button's `autofocus`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"native-type","description":"same as native button's `type`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'button'| 'submit'| 'reset'"],"default":"button"},{"name":"auto-insert-space","description":"automatically insert a space between two chinese characters","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"]},{"name":"color","description":"custom button color, automatically calculate `hover` and `active` color","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string"]},{"name":"dark","description":"dark mode, which automatically converts `color` to dark mode colors","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"tag","description":"custom element tag","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"button"}],"attributes":[{"name":"size","description":"button size","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'large'| 'default'| 'small'"]},{"name":"type","description":"button type","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'primary'| 'success'| 'warning'| 'danger'| 'info'| 'text'"]},{"name":"plain","description":"determine whether it's a plain button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"text","description":"determine whether it's a text button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"bg","description":"determine whether the text button background color is always on","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"link","description":"determine whether it's a link button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"round","description":"determine whether it's a round button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"determine whether it's a circle button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading","description":"determine whether it's loading","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"loading-icon","description":"customize loading icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"Loading"},{"name":"disabled","description":"disable the button","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}]},{"name":"autofocus","description":"same as native button's `autofocus`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"native-type","description":"same as native button's `type`","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["'button'| 'submit'| 'reset'"],"default":"button"},{"name":"auto-insert-space","description":"automatically insert a space between two chinese characters","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"]},{"name":"color","description":"custom button color, automatically calculate `hover` and `active` color","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string"]},{"name":"dark","description":"dark mode, which automatically converts `color` to dark mode colors","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["boolean"],"default":"false"},{"name":"tag","description":"custom element tag","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"button"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-slots"},{"name":"loading","description":"customize loading component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-slots"},{"name":"icon","description":"customize icon component","doc-url":"https://quicktvui.com/zh-CN/component/test.html#test-slots"}]},{"name":"qt-text","source":{"symbol":"QtText"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/text.html#text","props":[{"name":"text","description":"文字内容","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"lineSpacing","description":"行间距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textHtml","description":"html格式文字","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"typeface","description":"字体","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"gravity","description":"重心","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'center' | 'top' | 'bottom' | 'end' | 'centerHorizontal' | 'centerVertical' | 'start'"],"default":"center"},{"name":"fontSize","description":"字体大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"paddingRect","description":"边距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number[]"]},{"name":"textAlignment","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3","4","5","6"]},{"name":"ellipsizeMode","description":"省略模式","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3"]},{"name":"lines","description":"行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"maxLines","description":"最大行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"maxWidth","description":"最大宽度","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textSize","description":"文字大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"lineHeight","description":"行高","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"select","description":"选中","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"]},{"name":"autoWidth","description":"宽度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autoHeight","description":"高度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"自动获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[x : number, y : number, width : number,height : number]"]}],"attributes":[{"name":"text","description":"文字内容","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"lineSpacing","description":"行间距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textHtml","description":"html格式文字","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"typeface","description":"字体","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"gravity","description":"重心","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'center' | 'top' | 'bottom' | 'end' | 'centerHorizontal' | 'centerVertical' | 'start'"],"default":"center"},{"name":"fontSize","description":"字体大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"paddingRect","description":"边距","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number[]"]},{"name":"textAlignment","description":"对齐","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3","4","5","6"]},{"name":"ellipsizeMode","description":"省略模式","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["0","1","2","3"]},{"name":"lines","description":"行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"maxLines","description":"最大行数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textColor","description":"文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"focusColor","description":"焦点文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"selectColor","description":"选中文字颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"backgroundColor","description":"背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"maxWidth","description":"最大宽度","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"textSize","description":"文字大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"lineHeight","description":"行高","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"]},{"name":"select","description":"选中","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"]},{"name":"autoWidth","description":"宽度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autoHeight","description":"高度自适应","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"自动获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"QTGradient","source":{"symbol":"QTGradient"}}],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["enum ` 'hardware' | 'soft' | 'none'`"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/text.html#attributes","type":["[x : number, y : number, width : number,height : number]"]}]},{"name":"qt-transition-img","source":{"symbol":"QtTransitionImg"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/transition-img.html#transitionimg","slots":[{"name":"default","description":"自定义默认内容","doc-url":"https://quicktvui.com/zh-CN/component/transition-img.html#slots"}]},{"name":"ul","source":{"symbol":"Ul"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#ul","props":[{"name":"horizontal","description":"开启横向列表模式,默认为false。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"numberOfRows","description":"指定列表的行数,一般直接传入数据源条数 `length` 即可。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"]},{"name":"initialContentOffset","description":"初始位移值 -- 在列表初始化时即可指定滚动距离,避免初始化后再通过 scrollTo 系列方法产生的闪动。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollEventThrottle","description":"指定滑动事件的回调频率,传入数值指定了多少毫秒(ms)组件会调用一次 `onScroll` 回调事件,默认 200ms","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"200"},{"name":"showScrollIndicator","description":"是否显示垂直滚动条。 因为目前 ListView 其实仅有垂直滚动一种方向,水平滚动会导致 `onEndReached` 等一堆问题暂不建议使用,所以 `showScrollIndicator` 也仅用来控制是否显示垂直滚动条。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadItemNumber","description":"预加载:指定当列表滚动至倒数第几个时触发 `onLoadMore` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"},{"name":"disableAdvancedFocusSearch","description":"关闭`ul`寻焦性能优化,在某些不正常情况下,可尝试关闭,默认开启","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"endHintEnabled","description":"设置是否开启底部回弹反馈效果","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"focusMemory","description":"设置是否记忆列表上次选中焦点的问题","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"initFocusPositionAfterLayout","description":"设置在`ul`布局完成后,首次获得焦点的子`View`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"-1"},{"name":"listenFocusSearchOnFail","description":"设置是否监听在`ul`内部寻焦失败事件","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"false"},{"name":"makeChildVisibleType","description":"设置子`View`获得焦点时,如果展示不完整,如何滚动`ul`的方式,分别为`normal`和`center`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["string"],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"设置子`View`获得焦点时,如果展示不完整,向前滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"设置子`View`获得焦点时,如果展示不完整,向后滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"enableSelectOnFocus","description":"设置子`View`的`select`状态是否跟随焦点的变化而变化","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"ALL"},{"name":"scrollStateChangeEnabled","description":"`scrollStateChanged` 事件开关,默认true","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"clipChildren","description":"设置是否将超出边界的子`View`切除","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"descendantFocusability","description":"设置焦点的分发方式,`0`为在后代元素前,`1`为在后代元素后,`2`为阻止分发","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"blockFocusDirections","description":"当`div`内部寻焦为空时,是否拦截焦点","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["['left', 'right', 'top', 'bottom']"]},{"name":"nextFocusName","description":"按下媒体键下一个焦点的目标","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{left:'',right:'',up:'',down:'')}"]},{"name":"disableAdvancedFocusSearch","description":"关闭默认的焦点搜索方式。默认ul优先在列表内部寻焦以提高效率","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"listenBoundEvent","description":"是否开启on-bind,un-bind事件监听","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"setUseNegativeLayout","description":"是否打开消极的layout方式,兼容性api,防止某些场景列表频繁刷新。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"scrollThresholdHorizontal","description":"焦点在列表内部横向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"焦点在列表内部纵向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"shakePreCheckNumber","description":"底部回弹效果触发时距最后一个item的个数","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"}],"attributes":[{"name":"horizontal","description":"开启横向列表模式,默认为false。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"numberOfRows","description":"指定列表的行数,一般直接传入数据源条数 `length` 即可。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"]},{"name":"initialContentOffset","description":"初始位移值 -- 在列表初始化时即可指定滚动距离,避免初始化后再通过 scrollTo 系列方法产生的闪动。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollEventThrottle","description":"指定滑动事件的回调频率,传入数值指定了多少毫秒(ms)组件会调用一次 `onScroll` 回调事件,默认 200ms","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"200"},{"name":"showScrollIndicator","description":"是否显示垂直滚动条。 因为目前 ListView 其实仅有垂直滚动一种方向,水平滚动会导致 `onEndReached` 等一堆问题暂不建议使用,所以 `showScrollIndicator` 也仅用来控制是否显示垂直滚动条。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"preloadItemNumber","description":"预加载:指定当列表滚动至倒数第几个时触发 `onLoadMore` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"},{"name":"disableAdvancedFocusSearch","description":"关闭`ul`寻焦性能优化,在某些不正常情况下,可尝试关闭,默认开启","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"endHintEnabled","description":"设置是否开启底部回弹反馈效果","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"focusMemory","description":"设置是否记忆列表上次选中焦点的问题","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"initFocusPositionAfterLayout","description":"设置在`ul`布局完成后,首次获得焦点的子`View`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"-1"},{"name":"listenFocusSearchOnFail","description":"设置是否监听在`ul`内部寻焦失败事件","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"false"},{"name":"makeChildVisibleType","description":"设置子`View`获得焦点时,如果展示不完整,如何滚动`ul`的方式,分别为`normal`和`center`","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["string"],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"设置子`View`获得焦点时,如果展示不完整,向前滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"设置子`View`获得焦点时,如果展示不完整,向后滚动`ul`时设置的偏移量","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"enableSelectOnFocus","description":"设置子`View`的`select`状态是否跟随焦点的变化而变化","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"ALL"},{"name":"scrollStateChangeEnabled","description":"`scrollStateChanged` 事件开关,默认true","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"true"},{"name":"clipChildren","description":"设置是否将超出边界的子`View`切除","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"descendantFocusability","description":"设置焦点的分发方式,`0`为在后代元素前,`1`为在后代元素后,`2`为阻止分发","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"blockFocusDirections","description":"当`div`内部寻焦为空时,是否拦截焦点","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["['left', 'right', 'top', 'bottom']"]},{"name":"nextFocusName","description":"按下媒体键下一个焦点的目标","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{left:'',right:'',up:'',down:'')}"]},{"name":"disableAdvancedFocusSearch","description":"关闭默认的焦点搜索方式。默认ul优先在列表内部寻焦以提高效率","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"listenBoundEvent","description":"是否开启on-bind,un-bind事件监听","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"setUseNegativeLayout","description":"是否打开消极的layout方式,兼容性api,防止某些场景列表频繁刷新。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"scrollThresholdHorizontal","description":"焦点在列表内部横向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"焦点在列表内部纵向焦点变化时,小于此值的滚动会被忽略","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"0"},{"name":"shakePreCheckNumber","description":"底部回弹效果触发时距最后一个item的个数","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#attributes","type":["number"],"default":"1"}],"events":[{"name":"endReached","description":"当所有的数据都已经渲染过,并且列表被滚动到最后一条时,将触发 `onEndReached` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollBegin","description":"在 `ScrollView` 开始滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollEnd","description":"在 `ScrollView` 结束滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scrollStateChanged","description":"当触发 `ListView` 的滑动状态时回调,Event.newState:1(开始滑动)、Event.newState:2(滑动中)、Event.newState:0(滑动结束)、Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scroll","description":"当触发 `ListView` 的滑动事件时回调,在 `ListView` 滑动时回调,因此调用会非常频繁,请使用 `scrollEventThrottle` 进行频率控制。 注意:ListView 在滚动时会进行组件回收,不要在滚动时对 renderRow() 生成的 ListItemView 做任何 ref 节点级的操作(例如:所有 callUIFunction 和 measureInWindow 方法),回收后的节点将无法再进行操作而报错。Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"loadMore","description":"当需要`分页`加载数据时,将触发 `onLoadMore` 回调,会触发此函数,可配合参数(preloadItemNumber)使用","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"childFocus","description":"同`div`相同","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-bind","description":"ul中一个item创建时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-unbind","description":"ul中一个item回收利用时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"}],"js":{"events":[{"name":"endReached","description":"当所有的数据都已经渲染过,并且列表被滚动到最后一条时,将触发 `onEndReached` 回调。","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollBegin","description":"在 `ScrollView` 开始滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"momentumScrollEnd","description":"在 `ScrollView` 结束滑动的时候调起","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scrollStateChanged","description":"当触发 `ListView` 的滑动状态时回调,Event.newState:1(开始滑动)、Event.newState:2(滑动中)、Event.newState:0(滑动结束)、Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"scroll","description":"当触发 `ListView` 的滑动事件时回调,在 `ListView` 滑动时回调,因此调用会非常频繁,请使用 `scrollEventThrottle` 进行频率控制。 注意:ListView 在滚动时会进行组件回收,不要在滚动时对 renderRow() 生成的 ListItemView 做任何 ref 节点级的操作(例如:所有 callUIFunction 和 measureInWindow 方法),回收后的节点将无法再进行操作而报错。Event.offsetX(x轴坐标)、Event.offsetY(x轴坐标)","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"loadMore","description":"当需要`分页`加载数据时,将触发 `onLoadMore` 回调,会触发此函数,可配合参数(preloadItemNumber)使用","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"childFocus","description":"同`div`相同","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-bind","description":"ul中一个item创建时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"},{"name":"item-unbind","description":"ul中一个item回收利用时回调","doc-url":"https://quicktvui.com/zh-CN/component/ul.html#events"}]}},{"name":"qt-view","source":{"symbol":"QtView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/view.html#view","props":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"}],"attributes":[{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableFocusBorder","description":"是否显示焦点框","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScale","description":"焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"1.1"},{"name":"duplicateParentState","description":"继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"showOnState","description":"在指定状态显示","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'normal' | 'selected' | 'focused'"],"default":"normal"},{"name":"backgroundColorStr","description":"以字符串形式指定的背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'例如黑色:#000000 或者 #ff000000","source":{"symbol":"'例如黑色:#000000 或者 #ff000000"}}]},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"scrollOverride","description":"当`parent`是`qt-list`等列表时,可以覆写各方向获焦时滚动的值","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left number: , right: number, up: number, down: number}'","source":{"symbol":"'{left number: , right: number, up: number, down: number}'"}}]},{"name":"skipRequestFocus","description":"忽略组件内自动寻焦(例如聚焦元素丢焦时)","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"bringFocusChildToFront","description":"是否自动将获焦元素绘制在顶层","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"focusScaleDuplicateParentState","description":"焦点放大继承父类的状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"dispatchChildFocusEvent","description":"发送子元素焦点事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selected","description":"选择状态","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"showDialog","description":"以dialog形式展示或隐藏,`焦点`会自动保存、恢复","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"]},{"name":"interceptAllKeys","description":"阻止元素内所有key事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollY","description":"开启获焦时纵向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"enableOverScrollX","description":"开启获焦时横向自动滚动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"gradientBackground","description":"设置渐变背景色","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["object"],"default":"false"},{"name":"listenHasFocusChange","description":"开启hasFocus事件监听","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"},{"name":"shakeSelf","description":"开启焦点终止时抖动","doc-url":"https://quicktvui.com/zh-CN/component/view.html#attributes","type":["boolean"],"default":"false"}],"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"}],"js":{"events":[{"name":"layout","description":"当元素挂载或者布局改变的时候调用。","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"focus","description":"焦点变化事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"click","description":"点击事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"select","description":"选择事件","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"interceptKeyEvent","description":"使用`interceptAllKeys`时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"},{"name":"childFocus","description":"子元素焦点变化时回调","doc-url":"https://quicktvui.com/zh-CN/component/view.html#events"}]}},{"name":"qt-vue-section","source":{"symbol":"QtVueSection"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/vue-section.html#vuesection"},{"name":"qt-waterfall","source":{"symbol":"QtWaterfall"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#waterfall","props":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string[]"],"default":"['left', 'right']"},{"name":"scrollYLesserReferenceValue","description":"Y轴滚动减少的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollYGreaterReferenceValue","description":"Y轴滚动增加的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["object"]}],"attributes":[{"name":"enablePlaceholder","description":"是否启用占位图","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"blockFocusDirections","description":"拦截焦点的方向","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string[]"],"default":"['left', 'right']"},{"name":"scrollYLesserReferenceValue","description":"Y轴滚动减少的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollYGreaterReferenceValue","description":"Y轴滚动增加的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"focusable","description":"是否可以获得焦点","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipChildren","description":"裁剪子布局","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"clipPadding","description":"从padding区域向外裁剪","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"nextFocusDownSID","description":"向下时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusUpSID","description":"向上时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusLeftSID","description":"向左时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusRightSID","description":"向右时指定下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusSID","description":"指定各方向下一个焦点sid","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"sid","description":"给一个元素标记一个`string id`,可随意赋值,需确保唯一","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"fadingEdgeLength","description":"淡出效果长度","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"horizontalFadingEdgeEnabled","description":"开启横向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"verticalFadingEdgeEnabled","description":"开启纵向淡出效果","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"autofocus","description":"组件内根据状态(`初始化、可见性改变、尺寸改变`)变化自动获焦,focusable为true时自己获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"renderToHardwareTextureAndroid","description":"设置`layerType`为`LAYER_TYPE_HARDWARE`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"viewLayerType","description":"设置`layerType`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'hardware' | 'soft' | 'none'"]},{"name":"clipBounds","description":"设置裁剪区域","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : number, right: number, top: number, bottom: number}'","source":{"symbol":"'{left : number, right: number, top: number, bottom: number}'"}}]},{"name":"descendantFocusability","description":"设置子孙组件的可聚焦性策略","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'0:先于子孙' | '1:子孙之后' | '2:阻止所有'"]},{"name":"name","description":"指定元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"nextFocusName","description":"指定各方向下一个焦点元素的`name`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"'{left : string, right: string, up: string, down: string}'","source":{"symbol":"'{left : string, right: string, up: string, down: string}'"}}]},{"name":"visible","description":"是否可见","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"visibility","description":"可见性","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["'visible' | 'invisible' | 'gone'"],"default":"visible"},{"name":"size","description":"设置元素大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[width : number,height : number]"]},{"name":"layout","description":"设置元素位置及大小","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[x : number, y : number, width : number,height : number]"]},{"name":"selectChildPosition","description":"设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"enableSelectOnFocus","description":"开启当焦点时自动设置选中子元素位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"focusMemory","description":"开启子元素焦点记忆","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"useDiff","description":"开启时更新diff算法,提高性能,解决多次刷新问题","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"initPosition","description":"列表初始化时一些滚动位置、初始化焦点等设置 使用`autofocus、autoscroll替代`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{focusPosition : number, scrollToPosition: number, scrollOffset: number, force: true}"]},{"name":"listenBoundEvent","description":"开启监听`item-focused`等事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableItemAnimator","description":"开启item加载动画","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"disableScrollOnFirstScreen","description":"首屏时焦点切换不滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"skipFocusOnPause","description":"`pause`状态时不可获焦","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"taskPaused","description":"将组件`活动`(如创建item等,`postDelay`的组件)暂停","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"pauseTaskOnHide","description":"组件不可见时`pause`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"resetOnDetach","description":"开启时自动在离开屏幕时重置状态、滚动到头部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"touchScrollEnabled","description":"开启触屏时滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"firstFocusChild","description":"指定从各方向获焦时,首个获焦对象,由`child`的`position`或`sid`指定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{left : number | string,right : number | string,up : number | string,down : number | string}"]},{"name":"enableFirstFocusAtStart","description":"开启首个获焦对象为头部`child`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enablePlaceholder","description":"加载时是否先展示`placeholder`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"checkScrollOffsetOnStateChanged","description":"是否在滚动事件时触发事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"onScrollEnable","description":"开启`scroll`事件监听","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"makeChildVisibleType","description":"列表随焦点变化滚动方式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":[{"name":"center","source":{"symbol":"center"}},{"name":"normal","source":{"symbol":"normal"}}],"default":"center"},{"name":"makeChildVisibleClampBackward","description":"列表向后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"makeChildVisibleClampForward","description":"列表前后滚动时的留白","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdHorizontal","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"scrollThresholdVertical","description":"横向焦点触发滚动的阈值","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"0"},{"name":"cachePool","description":"`item`缓存池,可以设置缓存池`name`,指定不同`type`类型`item`的数量,以优化性能","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["{name : string,size : object }"]},{"name":"cachePoolName","description":"`cachePool`简化版,只可指定缓存池`name`,不同实例,相同`name`使用同一缓存池","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"]},{"name":"selectChildPosition","description":"选中子item位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"shakePreCheckNumber","description":"到底抖动提示提前位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"2"},{"name":"placeholderFocusScale","description":"`placeholder`焦点放大倍数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1.1"},{"name":"placeholderColorString","description":"`placeholder`背景颜色(`#RRGGBBAA`)","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["string"],"default":"#FFFFFF1A"},{"name":"placeholderColor","description":"`placeholder`背景颜色","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"(255,255,255,0.1)"},{"name":"placeholderBorderRadius","description":"`placeholder`圆角","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"8"},{"name":"endShakeEnabled","description":"到底反馈","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"true"},{"name":"listenFocusSearchOnFail","description":"监听内部寻焦失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"enableStatesOnFocus","description":"子item获焦时自动改变`自定义`名称的状态","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["[selected,customxx...]"],"default":"false"},{"name":"placeholderPostDelay","description":"`placeholder`变为真实内容的delay时间","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"100ms"},{"name":"enableKeepFocus","description":"保持焦点在内部","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"scrollFactor","description":"滚动速度参数","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"1"},{"name":"autofocusPosition","description":"自动焦点位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"autoscroll","description":"自动滚动参数`[position,offset]`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["array"]},{"name":"autoSelectPosition","description":"自动选择位置","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["number"],"default":"-1"},{"name":"infiniteMode","description":"循环模式","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["boolean"],"default":"false"},{"name":"infiniteParams","description":"循环模式参数:`{autoscroll:array,scrollOffset:number, itemSize : number,selectPosition:number,minChildScale:number}`","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#attributes","type":["object"]}],"slots":[{"name":"item","description":"flex section中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"},{"name":"list-item","description":"list section 中自定义item.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"},{"name":"vue-section","description":"vue section 中内容.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"},{"name":"section","description":"自定义section.","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#slots"}],"events":[{"name":"onScroll","description":"页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollStateChanged","description":"页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemClick","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemFocused","description":"条目焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionBind","description":"板块绑定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionAttached","description":"板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionDetached","description":"板块Detached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadSuccess","description":"插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadError","description":"插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"}],"js":{"events":[{"name":"onScroll","description":"页面滚动","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollStateChanged","description":"页面滚动状态变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemClick","description":"条目点击事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onItemFocused","description":"条目焦点变化","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionBind","description":"板块绑定","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionAttached","description":"板块Attached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onSectionDetached","description":"板块Detached","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYGreaterReference","description":"Y轴滚动增加事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onScrollYLesserReference","description":"Y轴滚动减少事件","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadSuccess","description":"插件加载成功","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"},{"name":"onPluginLoadError","description":"插件加载失败","doc-url":"https://quicktvui.com/zh-CN/component/waterfall.html#events"}]}},{"name":"qt-web-view","source":{"symbol":"QtWebView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#webview","events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"}],"js":{"events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/web-view.html#events"}]}},{"name":"qt-x5web-view","source":{"symbol":"QtX5webView"},"description":"","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#x5webview","events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"}],"js":{"events":[{"name":"onCanGoBack","description":"是否可以后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoForward","description":"是否可以前进","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onCanGoBackOrForward","description":"是否可以前进或后退","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageStarted","description":"页面加载开始","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onPageFinished","description":"页面加载结束","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onLoadResource","description":"页面加载资源","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedSslError","description":"接收到Ssl错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onReceivedError","description":"接收到错误","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"shouldOverrideUrlLoading","description":"是否对UrlLoading进行拦截","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"},{"name":"onJs2Vue","description":"js向vue发送事件","doc-url":"https://quicktvui.com/zh-CN/component/x5web-view.html#events"}]}}]}}}