Customize step-in

This commit is contained in:
Andre Beging
2025-03-28 07:13:14 +01:00
parent 7efd48c794
commit 3e9efd65c7
6 changed files with 17 additions and 4 deletions

View File

@@ -11,6 +11,13 @@
/// </summary>
public string? SidebarTitle { get; set; }
/// <summary>
/// Gets or sets the name of the "StepIn."
/// This property typically represents the label or identifier used for a specific feature
/// or section within the application.
/// </summary>
public string? StepInName { get; set; } = "StepIn";
/// <summary>
/// Gets or sets the title of the application.
/// This property holds the display name or title of the application,