this.gui
    Preparing search index...

    Type Alias MonadProps

    type MonadProps = {
        children?: ReactNode;
        healthy?: boolean | null;
        kind?: "me" | "monad";
        label?: string;
        mode?: "float" | "contained";
        seed?: string;
        variant?: "bubble" | "inline";
    }
    Index

    Properties

    children?: ReactNode
    healthy?: boolean | null

    Drive the orb glow: true = green/online, false = red/offline, null/undefined = default blue.

    kind?: "me" | "monad"
    label?: string

    Label shown in the hover tooltip. Defaults to the .me name or "monad.ai".

    mode?: "float" | "contained"
    seed?: string
    variant?: "bubble" | "inline"