Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 96cfa35

Browse files
Update docs
1 parent 7d75185 commit 96cfa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/plugin-config-ui-lib.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ export interface GuideConfig {
528528
// (undocumented)
529529
sections: GuideSection[];
530530
// (undocumented)
531-
title: string;
531+
title: string | ((values: any) => string);
532532
}
533533

534534
// @public (undocumented)

0 commit comments

Comments
 (0)