kaios-types
    Preparing search index...

    Interface ContactAddress

    dom/webidl/Contacts.webidl

    interface ContactAddress {
        countryName?: string | null;
        locality?: string | null;
        postalCode?: string | null;
        pref?: boolean | null;
        region?: string | null;
        streetAddress?: string | null;
        type?: string[] | null;
    }
    Index

    Properties

    countryName?: string | null
    locality?: string | null
    postalCode?: string | null
    pref?: boolean | null
    region?: string | null
    streetAddress?: string | null
    type?: string[] | null