Modify 객체를 Action에 전달하여 기존 카드의 인터페이스를 변경하고 업데이트하는 Modify 객체의 빌더입니다. 사용법은 구성 카드 업데이트를 참고하세요.
사용 예:
const insertSection = AddOnsResponseService.newInsertSection().insertBelowSection('sample_id') .setSection(CardService.newCardSection().setHeader('New Section')); const modifyCard = AddOnsResponseService.newModifyCard().setInsertSection(insertSection); const navigation = AddOnsResponseService.newNavigation().addModifyCard(modifyCard);
메서드
| 메서드 | 반환 유형 | 간략한 설명 |
|---|---|---|
set | Modify | 이 작업의 삽입 섹션을 설정합니다. |
set | Modify | 이 작업의 삽입 위젯을 설정합니다. |
set | Modify | 이 작업의 삭제 섹션을 설정합니다. |
set | Modify | 이 작업의 위젯 삭제를 설정합니다. |
set | Modify | 이 작업의 바꾸기 섹션을 설정합니다. |
set | Modify | 이 작업의 바꾸기 위젯을 설정합니다. |