Interface UseGetCubicWebEntityData

Return values for the useGetCubicWebEntity hook.

Hierarchy

  • UseGetCubicWebEntityData

Properties

entityTypeSchema: EntitySchema<EntityRawSchemaArray, RelationDefinitionRawSchemaArray<EntityRawSchemaArray>, EntityRawSchema>

The entity schema of the entity

loading: boolean

True if values are being loaded, false otherwise

values: undefined | CubicWebFormData

An object describing the values fetched. Undefined when values are not available.

Generated using TypeDoc