Script API - v1.21.110.20
    Preparing search index...

    Data pertaining to a specific player Persona piece.

    interface PlayerPersonaPiece {
        id: string;
        isDefaultPiece?: boolean;
        packId: string;
        productId: string;
        type: PersonaPieceType;
    }
    Index

    Properties

    id: string
    isDefaultPiece?: boolean
    packId: string
    productId: string