mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +02:00
Every property in an IDL dictionary is implied to be optional, unless it is marked as required. If a dictionary is passed to a method with optional, but it has at least one required or defaulted member, the bindings will skip the optionality of the parameter and always pass a struct with the required parameters filled in.
8.6 KiB
8.6 KiB