Avataaars API Documentation - v3.1.0
    Preparing search index...

    Interface Option

    Option definition interface. Represents a customizable aspect of the avatar (e.g., top type, eye type).

    interface Option {
        key: OptionKey;
        label: string;
    }
    Index

    Properties

    Properties

    Unique identifier for the option (matches prop name)

    label: string

    Human-readable label for UI display