@iterable/react-native-sdk - v3.0.1
    Preparing search index...

    Interface IterableEmbeddedViewConfig

    Represents view-level styling configuration for an embedded view.

    interface IterableEmbeddedViewConfig {
        backgroundColor?: ColorValue;
        bodyTextColor?: ColorValue;
        borderColor?: ColorValue;
        borderCornerRadius?: number;
        borderWidth?: number;
        primaryBtnBackgroundColor?: ColorValue;
        primaryBtnTextColor?: ColorValue;
        secondaryBtnBackgroundColor?: ColorValue;
        secondaryBtnTextColor?: ColorValue;
        titleTextColor?: ColorValue;
    }
    Index

    Properties

    backgroundColor?: ColorValue

    Background color hex (e.g., 0xFF0000)

    bodyTextColor?: ColorValue

    Body text color hex

    borderColor?: ColorValue

    Border color hex

    borderCornerRadius?: number

    Corner radius in points

    borderWidth?: number

    Border width in pixels

    primaryBtnBackgroundColor?: ColorValue

    Primary button background color hex

    primaryBtnTextColor?: ColorValue

    Primary button text color hex

    secondaryBtnBackgroundColor?: ColorValue

    Secondary button background color hex

    secondaryBtnTextColor?: ColorValue

    Secondary button text color hex

    titleTextColor?: ColorValue

    Title text color hex