您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

constants.js 252B

1234567891011
  1. /**
  2. * Mapping of tooltip positions to equivalent {@code AKInlineDialog} positions.
  3. *
  4. * @private
  5. */
  6. export const TOOLTIP_TO_POPUP_POSITION = {
  7. bottom: 'bottom center',
  8. left: 'left middle',
  9. top: 'top center',
  10. right: 'right middle'
  11. };