Home
last modified time | relevance | path

Searched refs:FieldType (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-contacts/build/
H A DContacts.d.ts5 export type FieldType = Fields | `${Fields}`; alias
387 fields?: FieldType[];
424 displayedPropertyKeys?: FieldType[];
558 export declare function getContactByIdAsync(id: string, fields?: FieldType[]): Promise<Contact | un…
H A DContacts.js.map1FieldType = Fields | `${Fields}`;\n\nexport type Date = {\n /**\n * Day.\n */\n day?: number…
/expo/packages/expo-contacts/src/
H A DContacts.ts12 export type FieldType = Fields | `${Fields}`; alias
408 fields?: FieldType[];
446 displayedPropertyKeys?: FieldType[];
632 fields?: FieldType[]
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx136 Contacts.getContactByIdAsync(contactId: string, fields: FieldType[]): Promise<Contact>
146 | fields | `FieldType[]` | If available the fields defined will be returned. If `nil` then all f…
712 | displayedPropertyKeys | `FieldType[]` | The properties that will be displayed. iOS: Does nothi…
729 | fields | `FieldType[]` | If available the fields defined will be returned. If `nil` then all…