Various fixes to hid nodes

This commit is contained in:
barsdeveloper
2023-01-25 20:37:18 +01:00
parent a17bbeb2de
commit abc19f831a
19 changed files with 452 additions and 90 deletions

View File

@@ -8,7 +8,10 @@ export default class FunctionReferenceEntity extends IEntity {
type: ObjectReferenceEntity,
showDefault: false
},
MemberName: "",
MemberName: {
type: String,
showDefault: false,
},
}
static {