Add link identity generator

This commit is contained in:
Patrik Svensson
2020-09-12 14:47:32 +02:00
parent 101e244059
commit ce670a7ca9
20 changed files with 242 additions and 174 deletions

View File

@@ -18,6 +18,11 @@ namespace Spectre.Console
/// </summary>
public ColorSystemSupport ColorSystem { get; set; }
/// <summary>
/// Gets or sets the link identity generator.
/// </summary>
public ILinkIdentityGenerator? LinkIdentityGenerator { get; set; }
/// <summary>
/// Gets or sets the out buffer.
/// </summary>