# 버튼

**버튼 블록은 언제 사용하나요?**

* 주로 화면을 이동할 수 있는 버튼이 필요하거나 그 외의 기능을 할 수 있는 버튼이 필요할 때 사용해요.

**버튼 블록의 특징은 무엇인가요?**

* 주로 [액션](https://docs.ohmyapp.io/main/guide/develop_app/command-execute-function/action)과 함께 사용하여 클릭 시 동작을 수행해요. 설정해 줄 수 있는 액션의 예로는 '[데이터 등록 화면으로 이동](https://docs.ohmyapp.io/main/guide/develop_app/command-execute-function/action/create)', '[데이터 삭제](https://docs.ohmyapp.io/main/guide/develop_app/command-execute-function/action/delete)' ,'[신고](https://docs.ohmyapp.io/main/guide/develop_app/command-execute-function/action/report)' 등이 있어요.&#x20;

<div align="left"><figure><img src="https://3976660509-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDgfvhQgmY9NbRK0Sln7j%2Fuploads%2FDnO7MPVggGKOQjegbhof%2F%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202024-02-28%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%208.11.00.png?alt=media&#x26;token=05586ebd-965f-4efa-b798-1298081645ac" alt="" width="563"><figcaption></figcaption></figure></div>

> \#버튼, #버튼 만들기, #글쓰기 버튼, #채팅 버튼, #게시글 삭제 버튼

2023.08.08 Jinny

## Button

Create buttons.

**When do I use the button block?**

* This block is used when you want to create a button to operate the screen, or when you need a button to do anything else.

**What are the characteristics of button blocks?**

* You can use the button block in conjunction with actions to perform a certain action once they are clicked on. For example, an appropiate action can be embedded in a button that says "go to data registration" or "delete data".&#x20;

2023.07.26 Hwaran
