Lager - v5.2.0
    Preparing search index...

    Interface LoadingIndicatorTextType

    LoadingIndicatorTextType interface.

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

    LoadingIndicatorTextType

    interface LoadingIndicatorTextType {
        color?: string;
        fontWeight?:
            | "100"
            | "200"
            | "400"
            | "600"
            | 200
            | 100
            | "normal"
            | "bold"
            | "300"
            | "500"
            | "700"
            | "800"
            | "900"
            | 300
            | 400
            | 500
            | 600
            | 700
            | 800
            | 900
            | "ultralight"
            | "thin"
            | "light"
            | "medium"
            | "regular"
            | "semibold"
            | "condensedBold"
            | "condensed"
            | "heavy"
            | "black";
    }

    Hierarchy-Diagram

    UML class diagram of LoadingIndicatorTextType
    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

    • TextStyle
      • LoadingIndicatorTextType
    Index

    Properties

    Properties

    color?: string

    Optional. Sets the color of the loading indicator text.

    fontWeight?:
        | "100"
        | "200"
        | "400"
        | "600"
        | 200
        | 100
        | "normal"
        | "bold"
        | "300"
        | "500"
        | "700"
        | "800"
        | "900"
        | 300
        | 400
        | 500
        | 600
        | 700
        | 800
        | 900
        | "ultralight"
        | "thin"
        | "light"
        | "medium"
        | "regular"
        | "semibold"
        | "condensedBold"
        | "condensed"
        | "heavy"
        | "black"

    Optional. Sets the font weight of the loading indicator text.