DynFork::Fields::ChoiceI64MultField
Inherits DynFork::Fields::Field < JSON::Serializable < Struct < Value < Object
Type of selective field with static of elements. NOTE: With multiple choice. NOTE: How to use, see example.
Constructors
new(pull : JSON::PullParser)
Sourcenew(label : String = "", default : Array(Int64) | Nil = nil, hide : Bool = false, required : Bool = false, disabled : Bool = false, readonly : Bool = false, ignored : Bool = false, hint : String = "", warning : Array(String) = Array(String).new, choices : Array(Tuple(Int64, String)) | Nil = Array(Tuple(Int64, String)).new)
SourceInstance methods
group
To optimize field traversal in the paladins/check() method.
WARNING: It is recommended not to change.
For the DynFork::QPaladins::Tools#refrash_fields method.