소스 검색

Message: added type def for offset option (#16027)

Matjaž Lipuš 6 년 전
부모
커밋
8440d1703a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      types/message.d.ts

+ 3 - 0
types/message.d.ts

@@ -45,6 +45,9 @@ export interface ElMessageOptions {
 
   /** Callback function when closed with the message instance as the parameter */
   onClose?: CloseEventHandler
+  
+  /** Set the distance to the top of viewport. Default is 20 px. */
+  offset?: number
 }
 
 export interface ElMessage {