SerenityJS
    Preparing search index...

    Represents a piece of a persona skin.

    Hierarchy

    • DataType
      • SkinPersonaPiece
    Index

    Constructors

    • Creates a new piece of a persona skin.

      Parameters

      • identifier: string

        The identifier of the piece.

      • type: string

        The type of the piece.

      • packIdentifier: string

        The pack identifier of the piece.

      • isDefault: boolean

        The is default state of the piece.

      • productIdentifier: string

        The product identifier of the piece.

      Returns SkinPersonaPiece

    Properties

    identifier: string

    The identifier of the piece.

    isDefault: boolean

    The is default state of the piece.

    packIdentifier: string

    The pack identifier of the piece.

    productIdentifier: string

    The product identifier of the piece.

    type: string

    The type of the piece.

    Methods