identity-admin-ui 1.11.26 → 1.11.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts
CHANGED
|
@@ -572,6 +572,10 @@ interface ShowRecordProps extends INextpreviousExtras {
|
|
|
572
572
|
*/
|
|
573
573
|
defaultFilters?: string;
|
|
574
574
|
showFilterChips?: boolean;
|
|
575
|
+
/**
|
|
576
|
+
* An optional flag to disable default actions like edit.
|
|
577
|
+
*/
|
|
578
|
+
hideHeaderBreadcrumbs?: boolean;
|
|
575
579
|
}
|
|
576
580
|
|
|
577
581
|
/**
|