interface PaneConfInterface {
    bgColor: string;
    elementId: string;
    paneClass: string;
}

Properties

bgColor: string
elementId: string
paneClass: string