Flarum (v2.0.0-beta.4)
    Preparing search index...
    interface LoadingIndicatorAttrs {
        className?: string;
        containerAttrs?: Partial<ComponentAttrs>;
        containerClassName?: string;
        display?: "block" | "inline" | "unset";
        size?: "large" | "medium" | "small";
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

      Any other virtual element properties, including attributes and event handlers.

    Index

    Properties

    className?: string

    Custom classes for the loading indicator's container.

    containerAttrs?: Partial<ComponentAttrs>

    Optional attributes to apply to the loading indicator's container.

    containerClassName?: string

    Custom classes for the loading indicator's container.

    display?: "block" | "inline" | "unset"

    Display type of the spinner.

    'block'
    
    size?: "large" | "medium" | "small"

    Optional size for the loading indicator.