createBadge( )


Creates a badge.

について createBadge() function returns a Promise that resolves to the newly created badge.

New badges do not have any badge permissions by default. You can set badge permissions from the Badges page in the Dashboard.

If backgroundColor または textColor are not specified, they default to "#796EFF" (purple) and "#FFFFFF" (white) respectively.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Badges
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
badgeBadgeRequired

Badge to create.

リターン
Return Type:Promise<Badge>
役に立ちましたか?
はい
いいえ