Interface JAppUISidePanelWidthChangedEventParams

interface JAppUISidePanelWidthChangedEventParams {
    width: number;
}

Properties

Properties

width: number