For the complete documentation index, see llms.txt. This page is also available as Markdown.

f.Toast().position()

f.Toast().position(pos)

개요

메시지 위치를 설정합니다.

파라미터

파라미터명
필수여부
타입
제약사항
설명

pos

String

위치

pos

아래의 옵션 중 하나를 선택합니다. 입력하지 않을 경우 기본값은 'bottom' 입니다.

  • top

  • center

  • bottom

예시

f.Toast.position('center')

마지막 업데이트

도움이 되었나요?