Closed T-Roth closed 4 years ago
In version 1.1.7
The Dialog.Elements property is type Dialog.Element[] so Blocks and other types can not be added to a Dialog. Seems like it should be IElement and abstract Element class should implement "IElement".
Looks like Modal supports all the elements and Slack Dialog that this library is currently using does not :(
In version 1.1.7
The Dialog.Elements property is type Dialog.Element[] so Blocks and other types can not be added to a Dialog. Seems like it should be IElement and abstract Element class should implement "IElement".