SerenityJS
    Preparing search index...

    Interface EntityIntPropertyData

    interface EntityIntPropertyData {
        max: IntTag;
        min: IntTag;
        name: StringTag;
        type: IntTag;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    max: IntTag

    The maximum value of the property.

    min: IntTag

    The minimum value of the property.

    name: StringTag

    The name of the property.

    type: IntTag

    The type of the property.