Interface JAppUISidePanelVisibilityChangedEventParams

interface JAppUISidePanelVisibilityChangedEventParams {
    isVisible: boolean;
}

Properties

Properties

isVisible: boolean