This commit is contained in:
Niels Lyngsø
2023-05-31 14:30:20 +02:00
parent 1bde9215d7
commit 5fdb9d1cae

View File

@@ -30,6 +30,7 @@ export interface MetaPropertyEditorModel {
// Config
export interface PropertyEditorSettings {
properties: PropertyEditorConfigProperty[];
// default data is kept separate from the properties, to give the ability for Property Editor UI to overwrite default values for the property editor settings.
defaultData?: PropertyEditorConfigDefaultData[];
}