this.gui
    Preparing search index...

    Type Alias ProfileCardSpecOptions

    type ProfileCardSpecOptions = {
        avatarPath?: string;
        bioPath?: string;
        claimPath?: string;
        emailPath?: string;
        namePath?: string;
        namespacePath?: string;
        phonePath?: string;
        profileAction?: string | null;
        rootNodeId?: string;
        settingsAction?: string | null;
        showActions?: boolean;
        showIdentityFace?: boolean;
        usernamePath?: string;
        viewModePath?: string;
    }
    Index

    Properties

    avatarPath?: string
    bioPath?: string
    claimPath?: string
    emailPath?: string
    namePath?: string
    namespacePath?: string
    phonePath?: string
    profileAction?: string | null
    rootNodeId?: string
    settingsAction?: string | null
    showActions?: boolean
    showIdentityFace?: boolean
    usernamePath?: string
    viewModePath?: string