Lager - v5.2.0
    Preparing search index...

    Interface LoadingIndicatorContainerStyleType

    LoadingIndicatorContainerStyleType interface.

    This interface extends the ViewStyle interface from React Native to include an additional property specific to the loading indicator container.

    LoadingIndicatorContainerStyleType

    interface LoadingIndicatorContainerStyleType {
        backgroundColor?: ColorValue;
    }

    Hierarchy-Diagram

    UML class diagram of LoadingIndicatorContainerStyleType
    Legend
    icon for a class in the UML class diagram class
    icon for an abstract class in the UML class diagram abstract class
    icon for an interface in the UML class diagram interface
    + public property/method
    # protected property/method
    - private property/method
    underlined static property/method
    italic abstract property/method

    Hierarchy

    • ViewStyle
      • LoadingIndicatorContainerStyleType
    Index

    Properties

    Properties

    backgroundColor?: ColorValue

    Optional. Sets the background color of the loading indicator container.