import { daffOperationEntityCreateFakeId } from '@daffodil/core/state'
Generate a fake ID for use with placeholder entities.
function daffOperationEntityCreateFakeId(key: string = ''): string
| Parameter | key: string |
|---|---|
| Default | '' |
| Description | An optional key that can augment the randomly generated ID. |