UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

14 lines 505 B
import { ReactNode } from 'react'; export type EntityProperty = { key: string; title: string; value: ReactNode; }; /** * This hook fetches all the entity metadata shown on the Entity page, and transforms the data into an ordered list of * render-able key-value pairs. * @param entityId * @param versionNumber */ export declare function useGetEntityTitleBarProperties(entityId: string, versionNumber?: number): EntityProperty[]; //# sourceMappingURL=useGetEntityTitleBarProperties.d.ts.map