mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-18 12:38:13 +08:00
781 B
781 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| buildproperties | Function: buildProperties | buildProperties | 0 | null |
▸ buildProperties<Key>(properties): Properties<Key>
Identity function we use to defeat the type system of Typescript and preserve the properties keys. It can be useful if you have entity schemas with the same properties
Type parameters
| Name | Type |
|---|---|
Key |
Key: string |
Parameters
| Name | Type |
|---|---|
properties |
Properties<Key> |
Returns
Properties<Key>