Type Alias ChoiceOnSelected

ChoiceOnSelected: {
    disable?: string[];
    enable?: string[];
}

Type declaration

  • Optionaldisable?: string[]

    use disabledOnSelected on the target items instead.

    A list of group id, question id or choice id.

    They will be disabled when this choice is selected and enabled when this choice is unselected.

  • Optionalenable?: string[]

    use enabledOnSelected on the target items instead.

    A list of group id, question id or choice id.

    They will be enabled when this choice is selected and disabled when this choice is unselected.

use enabledOnSelected and disabledOnSelected on the target items instead.