Websites v4 docs v5.2.4
    Preparing search index...

    Interface FloatingButton

    interface FloatingButton {
        active?: boolean;
        backgroundColor?: string;
        displayAs?: DisplayAsElementOption;
        displayOnlyFor?: string[];
        hideFor?: string[];
        id: string;
        popupBackgroundColor?: string;
        popupText?: string;
        popupTextColor?: string;
        position?: FloatingButtonPosition;
        size?: ButtonSize;
        target?: "_self" | "_blank";
        text?: string;
        textColor?: string;
        url?: string;
        xDistanceDesktop?: string;
        xDistanceMobile?: string;
        yDistanceDesktop?: string;
        yDistanceMobile?: string;
    }
    Index

    Properties

    active?: boolean
    backgroundColor?: string
    displayOnlyFor?: string[]
    hideFor?: string[]
    id: string
    popupBackgroundColor?: string
    popupText?: string
    popupTextColor?: string
    size?: ButtonSize
    target?: "_self" | "_blank"
    text?: string
    textColor?: string
    url?: string
    xDistanceDesktop?: string
    xDistanceMobile?: string
    yDistanceDesktop?: string
    yDistanceMobile?: string