Type Alias PresentationNavigateContextValue
PresentationNavigateContextValue: (
preview: string | undefined,
document?: { id: string; type: string },
) => void
Type declaration
- (preview: string | undefined, document?: { id: string; type: string }): void
Parameters
- preview: string | undefined
Optional
document: { id: string; type: string }
Returns void