링크가 열리면 클라이언트는 링크를 잊어버리거나 창이 닫힐 때까지 기다립니다.
구현은 클라이언트 플랫폼 기능에 따라 다릅니다. OnClose로 인해 OpenAs가 무시될 수 있습니다. 클라이언트 플랫폼이 선택된 두 값을 함께 지원할 수 없는 경우 OnClose가 우선 적용됩니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다.
CardService.OnClose.RELOAD을 예로 들 수 있습니다.
속성
속성
유형
설명
NOTHING
Enum
가까이 가면 아무것도 하지 않습니다. 기본값입니다.
RELOAD
Enum
창이 닫히면 부가기능을 새로고침합니다.
OpenAs.OVERLAY도 설정되어 있으면 오버레이 창이 닫히고 부가기능의 새로고침이 완료될 때까지 기본 카드가 차단됩니다.
지원 중단된 속성
속성
유형
설명
RELOAD_ADD_ON
Enum
URL을 닫으면 부가기능을 새로고침합니다. 이 작업은 OpenAs.OVERLAY 창을 표시하는 동안 기본 카드를 차단하지 않는다는 점에서 RELOAD과 다릅니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2023-12-02(UTC)"],[[["`OnClose` is an enum used within `OpenLink` to specify an action taken when the opened URL is closed by the user."],["It offers options like `NOTHING` (default) and `RELOAD` to reload the add-on upon closing the URL, with `RELOAD` potentially blocking the main card if used with `OpenAs.OVERLAY`."],["Although previously available, the `RELOAD_ADD_ON` option is now deprecated and should not be used in new developments."]]],[]]