Searched refs:FieldType (Results 1 – 4 of 4) sorted by relevance
5 export type FieldType = Fields | `${Fields}`; alias387 fields?: FieldType[];424 displayedPropertyKeys?: FieldType[];558 export declare function getContactByIdAsync(id: string, fields?: FieldType[]): Promise<Contact | un…
1 …FieldType = Fields | `${Fields}`;\n\nexport type Date = {\n /**\n * Day.\n */\n day?: number…
12 export type FieldType = Fields | `${Fields}`; alias408 fields?: FieldType[];446 displayedPropertyKeys?: FieldType[];632 fields?: FieldType[]
136 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…