SerenityJS
    Preparing search index...

    Interface EntityEnumPropertyData

    interface EntityEnumPropertyData {
        enum: ListTag<StringTag>;
        name: StringTag;
        type: IntTag;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    enum: ListTag<StringTag>

    The strings that the property can take.

    name: StringTag

    The name of the property.

    type: IntTag

    The type of the property.