BC API DocsBC APIBC data- CommonPick<KeyType, RecordType>(object: RecordType, keys: Iterable<KeyType>): Pick<RecordType, KeyType>
Type parameters
- KeyType: string | number | symbol
- RecordType: {}
Parameters
object: RecordType
keys: Iterable<KeyType>
Returns Pick<RecordType, KeyType>
Create a copy of the passed record with all specified keys removed