Skip to content

Commit

Permalink
Added Description property to the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
srodriguezinfragistics committed May 7, 2024
1 parent ed44f0e commit 7df95a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public interface IVisualization
bool IsTitleVisible { get; set; }
int ColumnSpan { get; set; }
int RowSpan { get; set; }
string Description { get; set; }
IDataDefinition DataDefinition { get; }
}
}

0 comments on commit 7df95a5

Please sign in to comment.