Skip to main content

MOCK_VENUE_ITEM_LONG_TEXT

Admin Docs


Variable: MOCK_VENUE_ITEM_LONG_TEXT

const MOCK_VENUE_ITEM_LONG_TEXT: object

Defined in: src/components/Venues/VenueCardMocks.ts:19

Type declaration

_id

_id: string = '4'

capacity

capacity: string = '300'

description

description: string = 'This is a very long description that should be truncated. It contains more than seventy five characters to ensure we can test the truncation logic properly. This text will be cut off.'

image

image: any = null

name

name: string = 'This is a very long venue name that should definitely be truncated in the display'