Skip to main content

InterfaceUpdateEventModalProps

Admin Docs


Interface: InterfaceUpdateEventModalProps

Defined in: src/types/Event/interface.ts:178

Properties

eventListCardProps

eventListCardProps: InterfaceEventListCard

Defined in: src/types/Event/interface.ts:179


recurringEventUpdateModalIsOpen

recurringEventUpdateModalIsOpen: boolean

Defined in: src/types/Event/interface.ts:180


recurringEventUpdateOptions

recurringEventUpdateOptions: RecurringEventMutationType[]

Defined in: src/types/Event/interface.ts:188


recurringEventUpdateType

recurringEventUpdateType: RecurringEventMutationType

Defined in: src/types/Event/interface.ts:184


setRecurringEventUpdateType

setRecurringEventUpdateType: Dispatch<SetStateAction<RecurringEventMutationType>>

Defined in: src/types/Event/interface.ts:185


t()

t: (key) => string

Defined in: src/types/Event/interface.ts:182

Parameters

key

string

Returns

string


tCommon()

tCommon: (key) => string

Defined in: src/types/Event/interface.ts:183

Parameters

key

string

Returns

string


toggleRecurringEventUpdateModal()

toggleRecurringEventUpdateModal: () => void

Defined in: src/types/Event/interface.ts:181

Returns

void


updateEventHandler()

updateEventHandler: () => Promise<void>

Defined in: src/types/Event/interface.ts:189

Returns

Promise<void>