Member Junction
    Preparing search index...

    Activity indicator configuration

    interface ActivityIndicatorConfig {
        color?: string;
        show: boolean;
        text?: string;
        type: "agent" | "processing" | "typing";
    }
    Index

    Properties

    Properties

    color?: string
    show: boolean
    text?: string
    type: "agent" | "processing" | "typing"