Enum DisplayStyle
디스플레이스타일
카드의 표시 스타일을 정의하는 enum입니다.
DisplayStyle.REPLACE
는 카드 스택에서 상단 카드의 뷰를 대체하여 카드가 표시됨을 의미합니다.
DisplayStyle.PEEK
: 카드의 헤더가 사이드바 하단에 표시되어 비슷한 사진의 현재 상단 카드를 부분적으로 가립니다. 헤더를 클릭하면 카드가 카드 비슷한 항목으로 표시됩니다. 카드에 헤더가 없으면 생성된 헤더가 대신 사용됩니다.
DisplayStyle
는 문맥 트리거 함수에서 반환된 카드에만 작동합니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다. 예를 들면
CardService.DisplayStyle.PEEK
입니다.
속성
속성 | 유형 | 설명 |
PEEK | Enum | 부가기능 콘텐츠 하단에 기존 콘텐츠 위에 카드 헤더를 표시합니다. |
REPLACE | Enum | 기존 콘텐츠를 대체하여 카드를 표시합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-03(UTC)
[null,null,["최종 업데이트: 2024-12-03(UTC)"],[[["`DisplayStyle` is an enum used to define how a card is displayed within the Google Workspace Add-on UI."],["It offers two options: `REPLACE`, which replaces the current top card, and `PEEK`, which shows the card header at the bottom, partially overlaying the existing card."],["This enum is specifically for cards triggered contextually and has no effect on other types of cards."],["To use `DisplayStyle`, you would call it using the syntax `CardService.DisplayStyle.PEEK` or `CardService.DisplayStyle.REPLACE`."]]],[]]