mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-16 02:24:23 +08:00
721 B
721 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| buildschema | Function: buildSchema | buildSchema | 0 | null |
▸ buildSchema<Key>(schema): EntitySchema<Key>
Identity function we use to defeat the type system of Typescript and preserve the schema keys
Type parameters
| Name | Type |
|---|---|
Key |
Key: string = string |
Parameters
| Name | Type |
|---|---|
schema |
EntitySchema<Key> |
Returns
EntitySchema<Key>