# 接口: BackdropOptions
# 属性
# color
• color: Scriptable
<Color
, ScriptableScaleContext
>
标签背景颜色。
# 定义于
types/index.d.ts:1486 (在新窗口打开)
# height
• height: number
背景高度(以像素为单位)
# 定义于
types/index.d.ts:1481 (在新窗口打开)
# left
• left: number
背景左边位置(以像素为单位)
# 定义于
types/index.d.ts:1466 (在新窗口打开)
# top
• top: number
背景顶部位置(以像素为单位)
# 定义于
types/index.d.ts:1471 (在新窗口打开)
# width
• width: number
背景宽度(以像素为单位)