# Type alias: UserInfoButtonType

Ƭ UserInfoButtonType(): "text" | "image"

按钮的类型。

可选值:

  • 'text': 可以设置背景色和文本的按钮;
  • 'image': 只能设置背景贴图的按钮,背景贴图会直接拉伸到按钮的宽高;

# 返回值:

"text" | "image"