스위치(조건)
같은 화면에서 특정 조건을 기준으로 화면을 다르게 표시할 수 있어요.
Last updated
같은 화면에서 특정 조건을 기준으로 화면을 다르게 표시할 수 있어요.
Last updated
스위치(조건) 블록은 언제 사용하나요?
같은 화면에서 특정 조건을 기준으로 다른 화면을 보여주고 싶을 때 사용해요.
스위치(조건) 블록의 특징은 무엇인가요?
원하는 조건을 작성하고 조건이 성립할 때와 그렇지 않을 때의 화면을 다르게 설정해서 사용해요.
*조건 1을 설정하면 나머지 조건은, '조건1 외'로 자동 설정돼요.
2024.02.20 Jinny
Display different outcomes on the same page based on specific conditions.
When do I use the switch (conditional) block?
This block is used when wanting to display different outcomes based on specific conditions on the same page.
What are the characteristics of switch (conditional) blocks?
The switch (conditional) block consists of 'case' and 'apply'.
This block is used by writing a specific condition in 'case' and setting different outcomes in 'apply', meaning that the condition can and cannot be met.
For example, when using the switch block for "More Settings" on the header of the details screen, you can set the condition in 'case' as "I'm the author of this post".
2023.07.26 Hwaran
#스위치(조건), #특정 조건을 기준으로 다른 화면을 보여주는 방법