Avaya Infinity Omni SDK
    Preparing search index...

    The configuration for the button in the theme.

    type ButtonConfig = {
        activeBackgroundColor?: CSSProperties["backgroundColor"];
        activeTextColor?: CSSProperties["color"];
        backgroundColor?: CSSProperties["backgroundColor"];
        border?: CSSProperties["border"];
        borderRadius?: CSSProperties["borderRadius"];
        fontConfig?: FontConfig;
    }
    Index

    Properties

    activeBackgroundColor?: CSSProperties["backgroundColor"]
    activeTextColor?: CSSProperties["color"]
    backgroundColor?: CSSProperties["backgroundColor"]
    border?: CSSProperties["border"]
    borderRadius?: CSSProperties["borderRadius"]
    fontConfig?: FontConfig