Lager - v5.2.0
    Preparing search index...

    Interface LoadingIndicatorStyleType

    LoadingIndicatorStyleType interface.

    This interface extends the ViewStyle interface from React Native to include additional properties specific to the loading indicator.

    LoadingIndicatorStyleType

    interface LoadingIndicatorStyleType {
        color?: string;
        size?: string;
    }

    Hierarchy-Diagram

    UML class diagram of LoadingIndicatorStyleType
    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
      • LoadingIndicatorStyleType
    Index

    Properties

    Properties

    color?: string

    Optional. Sets the color of the loading indicator.

    size?: string

    Optional. Sets the size of the loading indicator.