breadcrumbs
breadcrumbs: {
name: string;
pageTitleHandler?: ((t) => string) | {
fallback: ((t) => string);
fetch: ((blockProps, t, updatePageTitle) => void);
};
}[]
Type declaration
name: string
Optional
pageTitleHandler?: ((t) => string) | {
fallback: ((t) => string);
fetch: ((blockProps, t, updatePageTitle) => void);
}
Props to pass to the block (used as context for page title handler)