Customize step-in
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user