Coda by Ian Macalinao
    Preparing search index...

    Type Alias DefaultValueStrategy

    DefaultValueStrategy: "omitted" | "optional"

    How an attribute that carries a default value is exposed in generated APIs.

    Type Declaration

    • "omitted"

      The attribute is not exposed as a parameter in the generated API; the default value is always used.

    • "optional"

      The attribute is exposed as an optional parameter; callers may override the default value.