{/* 제목 설정 */}
onUpdateProperty("componentConfig.title", e.target.value)}
placeholder="알림 제목"
className="h-8"
/>
{/* 메시지 설정 */}
{/* 타입 설정 */}
{/* 아이콘 표시 설정 */}
onUpdateProperty("componentConfig.showIcon", checked)}
/>
{/* 스타일 설정 */}
onUpdateProperty("componentConfig.style.backgroundColor", e.target.value)}
className="h-8 w-full"
/>
{/* 테두리 반경 설정 */}
onUpdateProperty("componentConfig.style.borderRadius", `${e.target.value}px`)}
min="0"
max="50"
className="h-8"
/>