mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-17 11:44:44 +08:00
Inlineable objects
This commit is contained in:
@@ -19,6 +19,7 @@ import Utility from "../Utility.js"
|
||||
* ignored?: Boolean,
|
||||
* serialized?: Boolean,
|
||||
* expected?: Boolean,
|
||||
* inlined?: Boolean,
|
||||
* predicate?: (value: AnyValue) => Boolean,
|
||||
* }} AttributeInformation
|
||||
*/
|
||||
@@ -40,7 +41,7 @@ export default class IEntity {
|
||||
ignored: false,
|
||||
serialized: false,
|
||||
expected: false,
|
||||
inline: false,
|
||||
inlined: false,
|
||||
}
|
||||
|
||||
constructor(values = {}, suppressWarns = false) {
|
||||
|
||||
Reference in New Issue
Block a user