@iterable/react-native-sdk - v2.0.3
    Preparing search index...

    Interface IterableEdgeInsetDetails

    Space around the html content.

    interface IterableEdgeInsetDetails {
        bottom: number;
        left: number;
        right: number;
        top: number;
    }

    Implemented by

    Index

    Properties

    Properties

    bottom: number

    Space at the bottom of the html content.

    left: number

    Space to the left of the html content.

    right: number

    Space to the right of the html content.

    top: number

    Space at the top of the html content.