@tak-ps/cloudtak Plugin API
Preparing search index...
FloatingPane
Interface FloatingPane
Public representation of a floating pane managed through the plugin API
interface
FloatingPane
{
component
:
Component
;
config
:
FloatingPaneConfig
;
height
:
number
;
name
?:
string
;
uid
:
string
;
width
:
number
;
x
:
number
;
y
:
number
;
}
Index
Properties
component
config
height
name?
uid
width
x
y
Properties
component
component
:
Component
config
config
:
FloatingPaneConfig
height
height
:
number
Optional
name
name
?:
string
uid
uid
:
string
width
width
:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
component
config
height
name
uid
width
x
y
@tak-ps/cloudtak Plugin API
Loading...
Public representation of a floating pane managed through the plugin API