@switch (currentPropertyState) { @case (readState) { @switch(containerType) { @case('WritableSignal') { Signal({{valueToSubmit}}) } @default { {{ valueToSubmit }} } } } @case (writeState) { } }