Variable positionConfigConst

positionConfig: { bottom: { DEFAULT: string; left: string; right: string }; center: string; left: { DEFAULT: string; bottom: string; top: string }; right: { DEFAULT: string; bottom: string; top: string }; top: { DEFAULT: string; left: string; right: string } } = ...

Type declaration

  • bottom: { DEFAULT: string; left: string; right: string }
    • DEFAULT: string
    • left: string
    • right: string
  • center: string
  • left: { DEFAULT: string; bottom: string; top: string }
    • DEFAULT: string
    • bottom: string
    • top: string
  • right: { DEFAULT: string; bottom: string; top: string }
    • DEFAULT: string
    • bottom: string
    • top: string
  • top: { DEFAULT: string; left: string; right: string }
    • DEFAULT: string
    • left: string
    • right: string