Enum DisplayStyle
DisplayStyle
카드의 표시 스타일을 정의하는 열거형입니다.
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 계열사의 등록 상표입니다.
최종 업데이트: 2023-12-02(UTC)
[null,null,["최종 업데이트: 2023-12-02(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`."]]],[]]