Skip to content

composeExtensions canUpdateConfiguration property typ is an array of [boolean, null] - can it be just boolean? #235

Open
@steved0x

Description

@steved0x

"canUpdateConfiguration": {

I am working on automating the reference documentation for these types, and I encountered this one. Could it be just boolean with a default of false? What is the meaning of the 3rd null state if it isn't true/false? The current reference documentation just says "boolean".

Thank you,
Steve

"canUpdateConfiguration": {
    "type": [
        "boolean",
        "null"
    ],
    "description": "A value indicating whether the configuration of a compose extension can be updated by the user.",
    "default": "null"
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions