Lager - v5.2.0
    Preparing search index...

    Type Alias LoadingIndicatorArgumentTypes

    Type definition for the loading indicator argument types.

    This type represents the props that can be passed to the LoadingIndicator component.

    type LoadingIndicatorArgumentTypes = {
        loadingType: string | undefined;
    }
    Index

    Properties

    Properties

    loadingType: string | undefined

    The type of loading process (optional).