Function isValidTwoFoldPosition

  • Parameters

    • position: string

    Returns position is
        | "left-left"
        | "left-top"
        | "left-bottom"
        | "left-right"
        | "top-left"
        | "top-top"
        | "top-bottom"
        | "top-right"
        | "bottom-left"
        | "bottom-top"
        | "bottom-bottom"
        | "bottom-right"
        | "right-left"
        | "right-top"
        | "right-bottom"
        | "right-right"