Variable: panelProps
const
panelProps:object
Defined in: packages/ui/types/components/panel/types.d.ts:4
Type declaration
body
body:
object
body.type
type:
PropType
<ContainerProps
>
border
border:
object
显示边框
border.default
default:
boolean
border.type
type:
BooleanConstructor
card
card:
object
卡片模式
card.type
type:
BooleanConstructor
fit
fit:
object
宽高自适应
fit.default
default:
boolean
fit.type
type:
BooleanConstructor
footer
footer:
object
footer.type
type:
PropType
<ContainerProps
>
header
header:
object
头部设置
header.type
type:
PropType
<string
|HeaderProps
|null
>
height
height:
object
指定高度,fit 为true失效
height.type
type: (
StringConstructor
|NumberConstructor
)[]
radius
radius:
object
圆角
radius.default
default:
boolean
radius.type
type:
BooleanConstructor
shadow
shadow:
object
阴影设置
shadow.type
type:
PropType
<"none"
|"always"
|"hover"
>
size
size:
object
尺寸
size.type
type:
PropType
<BaseSize
>
width
width:
object
指定高度,fit 为true 失效
width.type
type: (
StringConstructor
|NumberConstructor
)[]