DynFork::Fields::I64Field
Inherits DynFork::Fields::Field < JSON::Serializable < Struct < Value < Object
Field for entering integer 64-bit numbers.
Constructors
new(pull : JSON::PullParser)
Sourcenew(label : String = "", default : Int64 | Nil = nil, input_type : String | Nil = "number", placeholder : String = "", max : Int64 | Nil = Int64::MAX, min : Int64 | Nil = Int64::MIN, step : Int64 | Nil = 1, hide : Bool = false, unique : Bool = false, required : Bool = false, disabled : Bool = false, readonly : Bool = false, ignored : Bool = false, hint : String = "", warning : Array(String) = Array(String).new)
SourceInstance methods
group
To optimize field traversal in the paladins/check() method.
WARNING: It is recommended not to change.