Skip to content

function state_auto_increase vs property ComponentJS:state-auto-increase #43

@JochenHoertreiter

Description

@JochenHoertreiter

The api method state_auto_increase sets this flag only on the targeted component.

The undocumented property ComponentJS:state-auto-increase seems to spread its value to the targeted components children.

The property is useful if you want to enable/disable state auto increase on a specific component and all its children - not only the current children but also future children.

The api method is useful when you want to enable/disable state auto increase on only the targeted component.

It should be possible to enable both ways with a single api method - and no internal property.

The same issue is true for state_auto_decrease

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions