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

    Class IterableEdgeInsets

    Space around the html content

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates an instance of IterableEdgeInsets.

      Parameters

      • top: number

        The top edge inset.

      • left: number

        The left edge inset.

      • bottom: number

        The bottom edge inset.

      • right: number

        The right edge inset.

      Returns IterableEdgeInsets

    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.

    Methods