1# Stack (系统接口)
2
3堆叠容器,子组件按照顺序依次入栈,后一个子组件覆盖前一个子组件。
4
5> **说明:**
6>
7> 该组件从API Version 11开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。
8>
9> 当前页面仅包含本模块的系统接口,其他公开接口参见[Stack](ts-container-stack.md)。
10
11## 属性
12
13## pointLight
14
15pointLight(value: PointLightStyle)
16
17设置点光源样式。
18
19**系统接口:** 此接口为系统接口。
20
21**系统能力:** SystemCapability.ArkUI.ArkUI.Full
22
23**参数:**
24
25| 参数名 | 类型                                                         | 必填 | 说明         |
26| ------ | ------------------------------------------------------------ | ---- | ------------ |
27| value  | [PointLightStyle](ts-universal-attributes-point-light-style-sys.md#pointlightstyle) | 是   | 点光源样式。 |
28
29