Type alias PageTitleHandler
PageTitleHandler: ((t) => string) | {
fallback: ((t) => string);
fetch: ((blockProps, t, updatePageTitle) => void);
}
Type declaration
- (t): string
Returns string
Type declaration
fallback: ((t) => string)
- (t): string
Returns string
fetch: ((blockProps, t, updatePageTitle) => void)
- (blockProps, t, updatePageTitle): void
Parameters
updatePageTitle: ((title) => void)
- (title): void
Returns void
Returns void