synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
14 lines • 505 B
TypeScript
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