@tak-ps/cloudtak Plugin API
    Preparing search index...

    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: Component
    height: number
    name?: string
    uid: string
    width: number
    x: number
    y: number