Interface SetActualHeightForContentHoverWidgetParams

interface SetActualHeightForContentHoverWidgetParams {
    bottomHeight?: number;
    topHeight?: number;
}

Properties

bottomHeight?: number
topHeight?: number