KPanelWidgetOptions
kds-plugin-document / Exports / KPanelWidgetOptions
Interface: KPanelWidgetOptions
Table of contents
Properties
Properties
containerStyle
• Optional containerStyle: Properties
容器样式
Container style
See
https://github.com/microsoft/TypeScript/blob/391616532d6827254a86dc266121fd5d1958ffb9/src/lib/dom.generated.d.ts#L5746 - TypeScript 中 CSSStyleDeclaration 接口的完整定义
Defined in
api.d.ts:4415
draggable
• draggable: boolean
是否可拖动
Whether the panel is draggable
Defined in
api.d.ts:4407
height
• Optional height: string
面板高度
Panel height @default-'100px'
Defined in
api.d.ts:4392
left
• Optional left: string
面板左侧位置
Panel left position
Default
'0px'
Defined in
api.d.ts:4376
src
• src: string
面板内容源路径
Panel content source path
Defined in
api.d.ts:4368
top
• Optional top: string
面板顶部位置
Panel top position
Default
'0px'
Defined in
api.d.ts:4384
width
• Optional width: string
面板宽度
Panel width @default-'100px'
Defined in
api.d.ts:4400