SerenityJS
    Preparing search index...

    Hierarchy

    • DataType
      • EntityAttributes
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Construct an instance of the class.

      Parameters

      • name: string

        The name of the attribute.

      • min: number

        The minimum value of the attribute.

      • value: number

        The current value of the attribute.

      • max: number

        The maximum value of the attribute.

      Returns EntityAttributes

    Properties

    max: number

    The maximum value of the attribute.

    min: number

    The minimum value of the attribute.

    name: string

    The name of the attribute.

    value: number

    The current value of the attribute.

    Methods