put the moleculeName in the base

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-08-21 13:07:51 -05:00
parent 29b56bf63b
commit e7bcd32588

View File

@ -15,6 +15,8 @@ import VDS
// MARK: - Properties
//--------------------------------------------------
public class var identifier: String { "" }
public var moleculeName: String { Self.identifier }
public var id: String = UUID().uuidString
public var backgroundColor: Color?