Type Alias OnDocumentLoadedCallback
OnDocumentLoadedCallback: (
current: number,
total: number,
currentTitle?: string,
rootTitle?: string,
) => void
Type Declaration
- (
current: number,
total: number,
currentTitle?: string,
rootTitle?: string,
): void Parameters
- current: number
- total: number
Optional
currentTitle: stringOptional
rootTitle: string
Returns void